Skip to content

Commit 285cb30

Browse files
committed
fix(try): failing build linux-musl
1 parent 2a601cf commit 285cb30

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 && sudo apt-get -qq install libssl-dev && sudo apt-get -qq install pkg-config
110+
sudo apt-get -qq install musl-tools && sudo apt-get -y install libssl-dev && sudo apt-get -y install pkg-config
111111
- name: Build Debug
112112
run: |
113113
cargo build --target=x86_64-unknown-linux-musl

0 commit comments

Comments
 (0)