summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-10-27 11:55:34 -0400
committerBen Gamari <ben@smart-cactus.org>2017-10-27 13:10:29 -0400
commitb2054d0a3f9685937ddd022047bb96efbb23599a (patch)
treef5cf395e082a539cababde72ccd99253a38e9e2f
parent46bd86edda505e249b31f13176bfdfa5a403cd8a (diff)
downloadhaskell-wip/circleci.tar.gz
fixup! CircleCI: Build and archive binary distributionwip/circleci
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index d04973e51b..8f1651590d 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -10,7 +10,7 @@ jobs:
name: git
command: |
apt-get update
- apt-get install -y git openssh-client make automake autoconf gcc perl python3 python-sphinx
+ apt-get install -y git openssh-client make automake autoconf gcc perl python3 python-sphinx xz-utils
- checkout
- run:
name: submodules