Skip to content

Commit f328325

Browse files
hasufellwz1000
authored andcommitted
Fix windows ghcup installation
(cherry picked from commit 6236a51)
1 parent fdc8685 commit f328325

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/env.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export BOOTSTRAP_HASKELL_NONINTERACTIVE=1
1414
export BOOTSTRAP_HASKELL_CABAL_VERSION="${CABAL_VER:-3.10.2.0}"
1515
export BOOTSTRAP_HASKELL_ADJUST_CABAL_CONFIG=no
1616
export BOOTSTRAP_HASKELL_INSTALL_NO_STACK=yes
17+
export BOOTSTRAP_HASKELL_ADJUST_BASHRC=1
1718

1819
if [ "${RUNNER_OS}" = "Windows" ] ; then
1920
# on windows use pwd to get unix style path

0 commit comments

Comments
 (0)