We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61884f0 commit 2a552a3Copy full SHA for 2a552a3
.github/workflows/publish.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Install cargo make
36
run: cargo install cargo-make
37
- name: Install openssl for linux
38
- if: ${{ matrix.binary_target == x86_64-unknown-linux-musl }}
+ if: ${{ matrix.binary_target == 'x86_64-unknown-linux-musl' }}
39
run: apt install -yq build-essential pkg-config libssl-dev libssl1.1
40
- name: Build binary
41
run: |
0 commit comments