Skip to content

Commit 4d9d15a

Browse files
committed
Run cabal update outside project dir
1 parent 53ffd62 commit 4d9d15a

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
@@ -23,7 +23,7 @@ download_cabal_cache "$HOME/.local/bin/cabal-cache"
2323
# build
2424
ghcup install ghc "${GHC_VERSION}"
2525
ghcup set ghc "${GHC_VERSION}"
26-
ecabal update
26+
(cd .. && ecabal update) # run cabal update outside project dir
2727
"ghc-${GHC_VERSION}" --info
2828
"ghc" --info
2929

0 commit comments

Comments
 (0)