fix: install libarchive in ci

This commit is contained in:
DecDuck
2026-03-02 22:14:25 +11:00
parent c006549e95
commit 94d3dd503a
+5
View File
@@ -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