Install bsdtar before running tests

This commit is contained in:
Chris Roberts 2019-06-19 15:30:09 -07:00
parent 5e0f64d654
commit 936934fd78
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ reference:
when: on_fail when: on_fail
unit_tests: &unit_tests unit_tests: &unit_tests
steps: steps:
- run: sudo apt-get update ; sudo apt-get -yq install bsdtar
- checkout - checkout
- restore_cache: - restore_cache:
key: static-site-gems-v1-{{ checksum "Gemfile.lock" }} key: static-site-gems-v1-{{ checksum "Gemfile.lock" }}