Skip to content

Commit 70c4661

Browse files
committed
Update the GHCup vanilla channel URL
1 parent a3df479 commit 70c4661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/common.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ 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/master/ghcup-vanilla-0.0.8.yaml
142+
ghcup config set url-source https://raw.githubusercontent.com/haskell/ghcup-metadata/refs/heads/master/ghcup-vanilla-0.0.9.yaml
143143
ghcup install cabal --set "${BOOTSTRAP_HASKELL_CABAL_VERSION}"
144144
fi
145145
}

0 commit comments

Comments
 (0)