Skip to content
Snippets Groups Projects

Get cabal from the default channel

Merged Matthew Pickering requested to merge wip/no-metadata-cabal into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -17,7 +17,7 @@ ghcup --version
which ghcup | grep foobarbaz
ghcup --metadata-caching=0 -v --url-source=$METADATA_URI install ghc --set $VERSION
ghcup --metadata-caching=0 -v --url-source=$METADATA_URI install cabal
ghcup --metadata-caching=0 -v install cabal
mkdir $runner_temp/install-bindist-ci
cd $runner_temp/install-bindist-ci
Loading