diff options
author | Dominic Steinitz <dominic@steinitz.org> | 2018-04-03 13:11:18 +0100 |
---|---|---|
committer | Dominic Steinitz <dominic@steinitz.org> | 2018-04-03 13:11:18 +0100 |
commit | 9c7c33920b6db439990d7b1dab8e19d5ac73efb9 (patch) | |
tree | 45b4b2b8e1d6ee3371bd29884b2a7b542e27fb57 /.circleci | |
parent | f054fff33150b613b7eecf016b6189047f7c92a9 (diff) |
We don't need apk
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 7d70e82..1f8e543 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml | |||
@@ -10,7 +10,6 @@ jobs: | |||
10 | - run: | 10 | - run: |
11 | name: Install Stack | 11 | name: Install Stack |
12 | command: | | 12 | command: | |
13 | apk update --no-progress && apk --no-progress add ca-certificates bash | ||
14 | nix-env -f nixpkgs.nix -iA stack | 13 | nix-env -f nixpkgs.nix -iA stack |
15 | - run: | 14 | - run: |
16 | name: Setup build toolchain | 15 | name: Setup build toolchain |