summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-08-06 14:03:29 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-09-23 16:00:18 -0400
commit1c91e7210eeb2ba130b9c1f95373ed83efb24786 (patch)
tree66674838781f62ec05f6afba1cfc19c279fcf9cb
parentdae4a068d85e666d58e9ef0b06a06c5bfa38dd95 (diff)
downloadhaskell-1c91e7210eeb2ba130b9c1f95373ed83efb24786.tar.gz
gitlab-ci: Use correct CABAL executable
-rwxr-xr-x.gitlab/ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/ci.sh b/.gitlab/ci.sh
index c8877973c9..36e6c6d4c4 100755
--- a/.gitlab/ci.sh
+++ b/.gitlab/ci.sh
@@ -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"