We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3df479 commit 70c4661Copy full SHA for 70c4661
.github/scripts/common.sh
@@ -139,7 +139,7 @@ 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/master/ghcup-vanilla-0.0.8.yaml
+ ghcup config set url-source https://raw.githubusercontent.com/haskell/ghcup-metadata/refs/heads/master/ghcup-vanilla-0.0.9.yaml
143
ghcup install cabal --set "${BOOTSTRAP_HASKELL_CABAL_VERSION}"
144
fi
145
}
0 commit comments