Skip to content

Commit

Permalink
Run cabal update outside project dir
Browse files Browse the repository at this point in the history
  • Loading branch information
wz1000 committed Mar 28, 2023
1 parent 27a4354 commit b08691d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ env
install_ghcup
ghcup install ghc --set 9.4.4

ecabal update
(cd .. && ecabal update) # run cabal update outside project dir

# unpack
TARBALL_PREFIX="haskell-language-server"
Expand Down

0 comments on commit b08691d

Please sign in to comment.