Skip to content
Snippets Groups Projects
Commit 1c91e721 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

gitlab-ci: Use correct CABAL executable

parent dae4a068
No related branches found
No related tags found
No related merge requests found
......@@ -223,7 +223,7 @@ function setup() {
time_it "setup" setup_toolchain
fi
cabal update --index="$HACKAGE_INDEX_STATE"
"$CABAL" update --index="$HACKAGE_INDEX_STATE"
# Make sure that git works
git config user.email "ghc-ci@gitlab-haskell.org"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment