summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml1
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