Bundle openssl with musl build.
This commit is contained in:
parent
466dfca4f2
commit
b6e5bf68c5
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Build release
|
||||
run: |
|
||||
rustup target add x86_64-unknown-linux-musl
|
||||
cargo install --path crates/aiken --target=x86_64-unknown-linux-musl --target-dir dist
|
||||
cargo install --path crates/aiken -F bundle_openssl --target=x86_64-unknown-linux-musl --target-dir dist
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: aiken-${{ github.sha }}-${{ runner.arch }}-${{ runner.os }}
|
||||
|
|
Loading…
Reference in New Issue