Skip to content

Commit

Permalink
Fix windows ghcup installation
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Nov 14, 2023
1 parent a6e9d60 commit 6236a51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6236a51

Please sign in to comment.