mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Install lzma, bzip & zstd only on debug build in integration test CI
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
3dbec7718d
commit
c2349a15cb
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ jobs:
|
|||
run: sudo apt-get install -y musl-tools
|
||||
|
||||
- name: Install liblzma-dev, libzip-dev and libzstd-dev
|
||||
if: ${{ startsWith(matrix.target, 'x86_64-unknown-linux-') }}
|
||||
if: ${{ startsWith(matrix.target, 'x86_64-unknown-linux-') && !startsWith(github.ref, 'refs/tags/v') }}
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y --no-install-recommends liblzma-dev libzip-dev libzstd-dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue