Skip to content

Commit

Permalink
fix(ci): Install libarchive in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
griff committed Sep 30, 2023
1 parent 7e81ddf commit 03e76c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
profile: minimal
override: true

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

- name: Basic build
run: cargo build --verbose

Expand Down

0 comments on commit 03e76c8

Please sign in to comment.