We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c4661 commit 3ccf0f6Copy full SHA for 3ccf0f6
.github/scripts/common.sh
@@ -139,7 +139,8 @@ install_ghcup() {
139
source "$(dirname "${GHCUP_BIN}")/env"
140
# make sure we use the vanilla channel for installing binaries
141
# 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
+ # 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
144
ghcup install cabal --set "${BOOTSTRAP_HASKELL_CABAL_VERSION}"
145
fi
146
}
0 commit comments