Skip to content

Commit

Permalink
CI: Run cabal update before trying to build Hadrian
Browse files Browse the repository at this point in the history
  • Loading branch information
mpickering authored and Marge Bot committed Feb 20, 2019
1 parent 1dad4fc commit eda456f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ ghc-linters:
.validate-hadrian:
allow_failure: true
script:
- cabal update
- git clean -xdf && git submodule foreach git clean -xdf
- bash .circleci/prepare-system.sh
- if [[ -d ./cabal-cache ]]; then cp -R ./.cabal-cache ~/.cabal-cache; fi
Expand Down

0 comments on commit eda456f

Please sign in to comment.