Install bsdtar in the CI
The recent update to Ubuntu 20.04 from 18.04 resulted in bsdtar being dropped from the CI environment. This reduces our test coverage, so let's install it again.
This commit is contained in:
parent
be63d8a88f
commit
0b6faa613d
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
@ -41,5 +41,7 @@ jobs:
|
||||
with:
|
||||
ruby-version: ${{matrix.ruby}}
|
||||
bundler-cache: true
|
||||
- name: install dependencies
|
||||
run: sudo apt -y install libarchive-tools
|
||||
- name: Run Tests
|
||||
run: bundle exec rake test:unit
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user