mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
Install lzma, bzip and zstd lib in workflow unit-tests
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
997d4e4e9d
commit
b22a55f08f
1 changed files with 4 additions and 0 deletions
4
.github/workflows/unit-tests.yml
vendored
4
.github/workflows/unit-tests.yml
vendored
|
@ -26,6 +26,10 @@ jobs:
|
||||||
path: |
|
path: |
|
||||||
${{ env.HOME }}/.cargo
|
${{ env.HOME }}/.cargo
|
||||||
target
|
target
|
||||||
|
- name: Insall dependencies
|
||||||
|
run: |
|
||||||
|
apt update
|
||||||
|
apt install -y --no-install-recommends liblzma-dev libzip-dev libzstd-dev
|
||||||
- name: test
|
- name: test
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue