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:
Dan Čermák 2022-11-01 15:26:15 +01:00
parent be63d8a88f
commit 0b6faa613d
No known key found for this signature in database
GPG Key ID: 8F8C178E966641D3

View File

@ -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