We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a601cf commit 285cb30Copy full SHA for 285cb30
.github/workflows/ci.yml
@@ -107,7 +107,7 @@ jobs:
107
108
- name: Setup MUSL
109
run: |
110
- sudo apt-get -qq install musl-tools && sudo apt-get -qq install libssl-dev && sudo apt-get -qq install pkg-config
+ sudo apt-get -qq install musl-tools && sudo apt-get -y install libssl-dev && sudo apt-get -y install pkg-config
111
- name: Build Debug
112
113
cargo build --target=x86_64-unknown-linux-musl
0 commit comments