Skip to content

Commit

Permalink
Fix publish CI
Browse files Browse the repository at this point in the history
  • Loading branch information
enfipy committed Jan 9, 2022
1 parent 61884f0 commit 2a552a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install cargo make
run: cargo install cargo-make
- name: Install openssl for linux
if: ${{ matrix.binary_target == x86_64-unknown-linux-musl }}
if: ${{ matrix.binary_target == 'x86_64-unknown-linux-musl' }}
run: apt install -yq build-essential pkg-config libssl-dev libssl1.1
- name: Build binary
run: |
Expand Down

0 comments on commit 2a552a3

Please sign in to comment.