Skip to content

Commit

Permalink
Update testing dependency install
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroberts committed Nov 1, 2024
1 parent 2d39f76 commit bf6f4ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
ruby-version: ${{matrix.ruby}}
bundler-cache: true
- name: install dependencies
run: sudo apt -y install libarchive-tools
run: |
sudo apt-get update
sudo apt-get install -yq libarchive-tools
- name: Run Tests
run: bundle exec rake test:unit

0 comments on commit bf6f4ff

Please sign in to comment.