mirror of
https://github.com/BioArchLinux/bioarchlinux-packages.git
synced 2025-03-10 06:24:00 +00:00
ci: add new deps for release build
This commit is contained in:
parent
9119a0328d
commit
869be2139f
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ steps:
|
||||||
image: rust:1.58.1
|
image: rust:1.58.1
|
||||||
commands:
|
commands:
|
||||||
- apt update
|
- apt update
|
||||||
- apt install -y --no-install-recommends musl-tools
|
- apt install -y --no-install-recommends musl-tools pkg-config libssl-dev
|
||||||
- rustup target add x86_64-unknown-linux-musl
|
- rustup target add x86_64-unknown-linux-musl
|
||||||
- cargo build --release --locked --all-features --target x86_64-unknown-linux-musl
|
- cargo build --release --locked --all-features --target x86_64-unknown-linux-musl
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Add table
Reference in a new issue