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 935d8db commit c571230Copy full SHA for c571230
.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 musl-tools libssl-dev
+ sudo apt-get install -y musl-tools libssl-dev pkg-config
86
rustup target add x86_64-unknown-linux-musl
87
88
- name: Build
0 commit comments