Skip to content

Commit b08691d

Browse files
committed
Run cabal update outside project dir
1 parent 27a4354 commit b08691d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ env
5656
install_ghcup
5757
ghcup install ghc --set 9.4.4
5858

59-
ecabal update
59+
(cd .. && ecabal update) # run cabal update outside project dir
6060

6161
# unpack
6262
TARBALL_PREFIX="haskell-language-server"

0 commit comments

Comments
 (0)