Skip to content

Commit 53ffd62

Browse files
committed
Cabal update after installing ghc as cabal requires ghc
1 parent 1334f2c commit 53ffd62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ download_cabal_cache "$HOME/.local/bin/cabal-cache"
2121

2222

2323
# build
24-
ecabal update
2524
ghcup install ghc "${GHC_VERSION}"
2625
ghcup set ghc "${GHC_VERSION}"
26+
ecabal update
2727
"ghc-${GHC_VERSION}" --info
2828
"ghc" --info
2929

0 commit comments

Comments
 (0)