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 8292acd commit ac50e87Copy full SHA for ac50e87
.github/scripts/test.bash
@@ -18,7 +18,7 @@ case "${TARBALL_EXT}" in
18
esac
19
cd ..
20
21
-ghcup --no-verbose install ghc --install-targets "${GHC_TEST_TARGETS}" "${GHC_TEST_VERSION}"
+ghcup --no-verbose install ghc --set --install-targets "${GHC_TEST_TARGETS}" "${GHC_TEST_VERSION}"
22
23
cabal update
24
0 commit comments