Skip to content

Commit

Permalink
another package for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanlew committed Jan 3, 2024
1 parent 5c370d0 commit 731ec17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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 install pkg-config
run: sudo apt-get update --yes && sudo apt-get install --yes musl-tools && sudo apt install pkg-config && sudo apt install libssl-dev
if: contains(matrix.platform.name, 'musl')
- name: Build binary
uses: houseabsolute/actions-rust-cross@v0
Expand Down

0 comments on commit 731ec17

Please sign in to comment.