From 6236a51a42e14c52078dcd2ebf2945330236572c Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 11 Nov 2023 17:30:03 +0800 Subject: [PATCH] Fix windows ghcup installation --- .github/scripts/env.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/env.sh b/.github/scripts/env.sh index 018892dee4..3d66e12f18 100644 --- a/.github/scripts/env.sh +++ b/.github/scripts/env.sh @@ -14,6 +14,7 @@ export BOOTSTRAP_HASKELL_NONINTERACTIVE=1 export BOOTSTRAP_HASKELL_CABAL_VERSION="${CABAL_VER:-3.8.1.0}" export BOOTSTRAP_HASKELL_ADJUST_CABAL_CONFIG=no export BOOTSTRAP_HASKELL_INSTALL_NO_STACK=yes +export BOOTSTRAP_HASKELL_ADJUST_BASHRC=1 if [ "${RUNNER_OS}" = "Windows" ] ; then # on windows use pwd to get unix style path