Skip to content

Commit a1b8f00

Browse files
committed
Forgot to set GHC
1 parent 36f272f commit a1b8f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/test.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ case "${TARBALL_EXT}" in
1818
esac
1919
cd ..
2020

21-
ghcup --no-verbose install ghc --install-targets "${GHC_TEST_TARGETS}" "${GHC_TEST_VERSION}"
21+
ghcup --no-verbose install ghc --set --install-targets "${GHC_TEST_TARGETS}" "${GHC_TEST_VERSION}"
2222

2323
cabal update
2424

0 commit comments

Comments
 (0)