We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6e9d60 commit 6236a51Copy full SHA for 6236a51
.github/scripts/env.sh
@@ -14,6 +14,7 @@ export BOOTSTRAP_HASKELL_NONINTERACTIVE=1
14
export BOOTSTRAP_HASKELL_CABAL_VERSION="${CABAL_VER:-3.8.1.0}"
15
export BOOTSTRAP_HASKELL_ADJUST_CABAL_CONFIG=no
16
export BOOTSTRAP_HASKELL_INSTALL_NO_STACK=yes
17
+export BOOTSTRAP_HASKELL_ADJUST_BASHRC=1
18
19
if [ "${RUNNER_OS}" = "Windows" ] ; then
20
# on windows use pwd to get unix style path
0 commit comments