We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a4354 commit b08691dCopy full SHA for b08691d
.github/scripts/test.sh
@@ -56,7 +56,7 @@ env
56
install_ghcup
57
ghcup install ghc --set 9.4.4
58
59
-ecabal update
+(cd .. && ecabal update) # run cabal update outside project dir
60
61
# unpack
62
TARBALL_PREFIX="haskell-language-server"
0 commit comments