Skip to content

Commit

Permalink
Install libarchive
Browse files Browse the repository at this point in the history
  • Loading branch information
gblach committed Jul 14, 2024
1 parent 54b69c8 commit 4a490e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ matrix.rust-version }}
- name: Install libarchive
run: apt-get -y install libarchive-dev
- name: Check
run: cargo check --verbose
3 changes: 3 additions & 0 deletions .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
- name: Install required cargo
run: cargo install clippy-sarif sarif-fmt

- name: Install libarchive
run: apt-get -y install libarchive-dev

- name: Run rust-clippy
run:
cargo clippy
Expand Down

0 comments on commit 4a490e7

Please sign in to comment.