Skip to content

Commit 2a552a3

Browse files
committed
Fix publish CI
1 parent 61884f0 commit 2a552a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install cargo make
3636
run: cargo install cargo-make
3737
- name: Install openssl for linux
38-
if: ${{ matrix.binary_target == x86_64-unknown-linux-musl }}
38+
if: ${{ matrix.binary_target == 'x86_64-unknown-linux-musl' }}
3939
run: apt install -yq build-essential pkg-config libssl-dev libssl1.1
4040
- name: Build binary
4141
run: |

0 commit comments

Comments
 (0)