Skip to content

Commit 603cda0

Browse files
committed
unconditionally install ghc
1 parent f235243 commit 603cda0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/scripts/test.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ uname
5353
env
5454

5555
# ensure ghcup
56-
if ! command -v ghcup ; then
57-
install_ghcup
58-
fi
56+
install_ghcup
5957

6058
ecabal update
6159

0 commit comments

Comments
 (0)