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 cd6490f commit 6c25620Copy full SHA for 6c25620
.github/workflows/ci.yml
@@ -82,7 +82,7 @@ jobs:
82
- name: Install Dependencies - musl
83
if: matrix.rust_target == 'x86_64-unknown-linux-musl'
84
run: |
85
- sudo apt-get install -y --no-install-recommends musl-tools
+ sudo apt-get install -y --no-install-recommends musl-tools libssl-dev
86
rustup target add x86_64-unknown-linux-musl
87
88
- name: Build
0 commit comments