Skip to content

Commit

Permalink
more ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
jerbly committed Dec 8, 2023
1 parent 71b4fcb commit 1af01cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Cache cargo & target directories
uses: Swatinem/rust-cache@v2
- name: Install musl-tools on Linux
run: sudo apt-get update --yes && sudo apt-get install --yes musl-tools && sudo apt-get install --yes libssl-dev
run: sudo apt-get update --yes && sudo apt-get install --yes musl-tools && sudo apt-get install --yes pkg-config libssl-dev
if: contains(matrix.platform.name, 'musl')
- name: Build binary
uses: houseabsolute/actions-rust-cross@v0
Expand Down

0 comments on commit 1af01cd

Please sign in to comment.