Skip to content

Commit 2a601cf

Browse files
committed
fix: failing build linux-musl target
1 parent 23fd1e2 commit 2a601cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107

108108
- name: Setup MUSL
109109
run: |
110-
sudo apt-get -qq install musl-tools libssl-dev pkg-config
110+
sudo apt-get -qq install musl-tools && sudo apt-get -qq install libssl-dev && sudo apt-get -qq install pkg-config
111111
- name: Build Debug
112112
run: |
113113
cargo build --target=x86_64-unknown-linux-musl

0 commit comments

Comments
 (0)