fix: install libarchive in ci
This commit is contained in:
@@ -38,6 +38,11 @@ jobs:
|
|||||||
target
|
target
|
||||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||||
|
|
||||||
|
- name: Install libarchive
|
||||||
|
run: |
|
||||||
|
sudo apt-get install libarchive-dev -y
|
||||||
|
|
||||||
|
|
||||||
- name: Check formatting
|
- name: Check formatting
|
||||||
run: cargo fmt --all -- --check
|
run: cargo fmt --all -- --check
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user