Skip to content

Commit 3ccf0f6

Browse files
committed
Set the GHCup channel url for vanilla GHC 9.6.7 binaries
1 parent 70c4661 commit 3ccf0f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/scripts/common.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ install_ghcup() {
139139
source "$(dirname "${GHCUP_BIN}")/env"
140140
# make sure we use the vanilla channel for installing binaries
141141
# see https://github.com/haskell/ghcup-metadata/pull/166#issuecomment-1893075575
142-
ghcup config set url-source https://raw.githubusercontent.com/haskell/ghcup-metadata/refs/heads/master/ghcup-vanilla-0.0.9.yaml
142+
# TODO: temporary change, to run the release CI for GHC 9.6.7
143+
ghcup config set url-source https://raw.githubusercontent.com/haskell/ghcup-metadata/0f7d57eb96581541a88662ad5da7ce289babeaf4/ghcup-vanilla-0.0.9.yaml
143144
ghcup install cabal --set "${BOOTSTRAP_HASKELL_CABAL_VERSION}"
144145
fi
145146
}

0 commit comments

Comments
 (0)