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.
libssl-dev
1 parent 306c057 commit 8cb5f91Copy full SHA for 8cb5f91
.github/workflows/ci-cd.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Build
57
run: |
58
sudo apt-get update
59
- sudo apt-get install musl-dev
+ sudo apt-get install musl-dev libssl-dev
60
rustup target add aarch64-unknown-linux-musl
61
cargo build --verbose --release --target aarch64-unknown-linux-musl
62
env:
0 commit comments