mirror of
https://github.com/Drop-OSS/drop
synced 2026-08-27 14:23:05 -04:00
fix: install libarchive in ci
This commit is contained in:
parent
c006549e95
commit
94d3dd503a
1 changed files with 5 additions and 0 deletions
5
libraries/droplet/.github/workflows/test.yml
vendored
5
libraries/droplet/.github/workflows/test.yml
vendored
|
|
@ -38,6 +38,11 @@ jobs:
|
|||
target
|
||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
|
||||
- name: Install libarchive
|
||||
run: |
|
||||
sudo apt-get install libarchive-dev -y
|
||||
|
||||
|
||||
- name: Check formatting
|
||||
run: cargo fmt --all -- --check
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue