1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-23 04:42:24 +03:00

Force GHC to install on every build if necessary.

This commit is contained in:
Aaron Friel 2017-08-17 13:28:47 -05:00
parent 8370fcbee9
commit 3821eeb001

View File

@ -11,4 +11,4 @@ stages:
build: build:
stage: build stage: build
script: script:
- stack build - stack build --install-ghc