Also add musl tools as system dependencies.

This commit is contained in:
KtorZ 2024-09-23 11:08:04 +02:00
parent bdab4d99b4
commit a35d4f383f
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
1 changed files with 1 additions and 1 deletions

View File

@ -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