We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee1c45 commit 94b42e2Copy full SHA for 94b42e2
.github/scripts/build.sh
@@ -23,7 +23,7 @@ download_cabal_cache "$HOME/.local/bin/cabal-cache"
23
# build
24
ghcup install ghc "${GHC_VERSION}"
25
ghcup set ghc "${GHC_VERSION}"
26
-ecabal update
+(cd .. && ecabal update) # run cabal update outside project dir
27
"ghc-${GHC_VERSION}" --info
28
"ghc" --info
29
0 commit comments