Skip to content

Commit 9583293

Browse files
committed
Run cabal update outside project dir
1 parent 5d1056d commit 9583293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/test.sh

Lines changed: 1 addition & 1 deletion
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)