CircleCI: use homebrew not curl to install stack.
This commit is contained in:
parent
844a080d2a
commit
94bf66c27e
1 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,9 @@ jobs:
|
|||
- stack-dependencies-{{ checksum "stack.yaml" }}
|
||||
- run:
|
||||
name: Install stack
|
||||
command: stack --version || (curl -sSL https://get.haskellstack.org/ | sh -s - -f)
|
||||
command: |
|
||||
brew install ghc
|
||||
brew install haskell-stack
|
||||
- run:
|
||||
name: Resolve/Update Dependencies
|
||||
command: stack --no-terminal setup
|
||||
|
|
Loading…
Add table
Reference in a new issue