Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit b28e944

Browse files
committed
Upgrade stack version in circleci to 2.1.3
1 parent 91a56b0 commit b28e944

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ defaults: &defaults
2626
- stack-cache-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "stack-build.txt" }}
2727
- stack-cache-{{ .Environment.HIE_CACHE }}-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "resolver.txt" }}
2828

29-
# - run:
30-
# name: Stack upgrade
31-
# command: stack upgrade
29+
- run:
30+
name: Stack upgrade
31+
command: stack upgrade
3232

3333
- run:
3434
name: Stack setup

0 commit comments

Comments
 (0)