From 534afa6e8dc118414360f2b82f435d1be4ec62d2 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 13 Jun 2021 14:15:48 +0200 Subject: [PATCH] Update windows CI --- .gitlab/before_script/windows/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/before_script/windows/install_deps.sh b/.gitlab/before_script/windows/install_deps.sh index df06977..65fda92 100644 --- a/.gitlab/before_script/windows/install_deps.sh +++ b/.gitlab/before_script/windows/install_deps.sh @@ -9,7 +9,7 @@ mkdir -p "${TMPDIR}" "${CABAL_DIR}" mkdir -p "$GHCUP_INSTALL_BASE_PREFIX/ghcup/bin" CI_PROJECT_DIR=$(pwd) -curl -o ghcup.exe https://downloads.haskell.org/~ghcup/tmp/x86_64-mingw64-ghcup-9.exe +curl -o ghcup.exe https://downloads.haskell.org/~ghcup/0.1.15.1/x86_64-mingw64-ghcup-0.1.15.1.exe chmod +x ghcup.exe ./ghcup.exe install ${GHC_VERSION}