mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
Fix dep installation in workflow "unit-tests"
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
1499f5c201
commit
3dbec7718d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/unit-tests.yml
vendored
6
.github/workflows/unit-tests.yml
vendored
|
@ -26,10 +26,10 @@ jobs:
|
||||||
path: |
|
path: |
|
||||||
${{ env.HOME }}/.cargo
|
${{ env.HOME }}/.cargo
|
||||||
target
|
target
|
||||||
- name: Insall dependencies
|
- name: Install liblzma-dev, libzip-dev and libzstd-dev
|
||||||
run: |
|
run: |
|
||||||
apt update
|
sudo apt update
|
||||||
apt install -y --no-install-recommends liblzma-dev libzip-dev libzstd-dev
|
sudo 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