diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-08-06 14:03:29 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-09-23 16:00:18 -0400 |
commit | 1c91e7210eeb2ba130b9c1f95373ed83efb24786 (patch) | |
tree | 66674838781f62ec05f6afba1cfc19c279fcf9cb /.gitlab | |
parent | dae4a068d85e666d58e9ef0b06a06c5bfa38dd95 (diff) | |
download | haskell-1c91e7210eeb2ba130b9c1f95373ed83efb24786.tar.gz |
gitlab-ci: Use correct CABAL executable
Diffstat (limited to '.gitlab')
-rwxr-xr-x | .gitlab/ci.sh | 2 |
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" |