Skip to content

Commit

Permalink
Also add musl tools as system dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Sep 23, 2024
1 parent bdab4d9 commit a35d4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
key: ${{ runner.os }}-cache-build-v${{ inputs.cache-version }}
- name: Build release
run: |
sudo apt-get install -y pkg-config libssl-dev
sudo apt-get install -y pkg-config libssl-dev musl musl-dev musl-tools
rustup target add x86_64-unknown-linux-musl
cargo install --path crates/aiken -F bundle_openssl --target=x86_64-unknown-linux-musl --target-dir dist
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a35d4f3

Please sign in to comment.