Skip to content

Commit

Permalink
Debug windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Nov 11, 2023
1 parent 8d8a1cb commit a9fb9e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ install_ghcup() {
mv ghcup "$HOME/.local/bin/ghcup"
else
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_MINIMAL=1 sh
ls -lah "$(dirname "${GHCUP_BIN}")"
source "$(dirname "${GHCUP_BIN}")/env"
ghcup install cabal --set "${BOOTSTRAP_HASKELL_CABAL_VERSION}"
fi
Expand Down

0 comments on commit a9fb9e2

Please sign in to comment.