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 a310528 commit 673f02bCopy full SHA for 673f02b
.github/scripts/common.sh
@@ -137,6 +137,9 @@ install_ghcup() {
137
else
138
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_MINIMAL=1 sh
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
143
ghcup install cabal --set "${BOOTSTRAP_HASKELL_CABAL_VERSION}"
144
fi
145
}
0 commit comments