Skip to content

Commit

Permalink
add libssl-dev package
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac committed Apr 15, 2024
1 parent 0b75532 commit 743bd87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- runner: ubuntu-latest
target: x86_64-unknown-linux-musl
rustflags: -C target-feature=+crt-static
linux-packages: musl-tools
linux-packages: musl-tools libssl-dev
- runner: ubuntu-latest
target: aarch64-unknown-linux-musl
rustflags: -C target-feature=+crt-static
linux-packages: gcc-aarch64-linux-gnu musl-tools
linux-packages: gcc-aarch64-linux-gnu musl-tools libssl-dev
linker: /usr/bin/aarch64-linux-gnu-gcc
- runner: macos-latest
target: x86_64-apple-darwin
Expand Down

0 comments on commit 743bd87

Please sign in to comment.