From 936934fd78afc9d6dac7388281476e87c17a9b2d Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Wed, 19 Jun 2019 15:30:09 -0700 Subject: [PATCH] Install bsdtar before running tests --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6392939e7..68d947aaa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,6 +54,7 @@ reference: when: on_fail unit_tests: &unit_tests steps: + - run: sudo apt-get update ; sudo apt-get -yq install bsdtar - checkout - restore_cache: key: static-site-gems-v1-{{ checksum "Gemfile.lock" }}