We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b1bdd7 commit 8015532Copy full SHA for 8015532
.github/workflows/rust_tests.yml
@@ -28,7 +28,7 @@ jobs:
28
# Setup musl if needed
29
- run: sudo apt-get update
30
if: matrix.target == 'x86_64-unknown-linux-musl'
31
- - run: sudo apt-get install -y musl musl-dev musl-tools cmake libssl-dev
+ - run: sudo apt-get install -y musl musl-dev musl-tools cmake libssl-dev pkg-config
32
33
34
# Caching stuff
0 commit comments