Skip to content

Commit a5b049a

Browse files
committed
unconditionally install ghc
1 parent 94b42e2 commit a5b049a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/scripts/build.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ pwd
1212
env
1313

1414
# ensure ghcup
15-
if ! command -v ghcup ; then
16-
install_ghcup
17-
fi
15+
install_ghcup
1816

1917
# ensure cabal-cache
2018
download_cabal_cache "$HOME/.local/bin/cabal-cache"

0 commit comments

Comments
 (0)