Install lzma, bzip and zstd lib in workflow unit-tests

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-07-23 19:37:30 +10:00
parent 997d4e4e9d
commit b22a55f08f
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -26,6 +26,10 @@ jobs:
path: |
${{ env.HOME }}/.cargo
target
- name: Insall dependencies
run: |
apt update
apt install -y --no-install-recommends liblzma-dev libzip-dev libzstd-dev
- name: test
uses: actions-rs/cargo@v1
with: