Skip to content

Commit 8cb5f91

Browse files
committed
Install libssl-dev package
1 parent 306c057 commit 8cb5f91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Build
5757
run: |
5858
sudo apt-get update
59-
sudo apt-get install musl-dev
59+
sudo apt-get install musl-dev libssl-dev
6060
rustup target add aarch64-unknown-linux-musl
6161
cargo build --verbose --release --target aarch64-unknown-linux-musl
6262
env:

0 commit comments

Comments
 (0)