actions icon indicating copy to clipboard operation
actions copied to clipboard

Investigate why 'cabal update' hasn't run properly when setting up GHC 8.2 and cabal 2.4

Open andreasabel opened this issue 3 years ago • 0 comments

This test: https://github.com/haskell/actions/blob/ed063006efd303ff80efebeec18bb9261c26347e/.github/workflows/workflow.yml#L45-L47 does /home/runner/.ghcup/bin/cabal update (under Setting up cabal) but it seems to not affect cabal build. Maybe there are two conflicting cabals in the PATH with different .cabal dirs?

CI run: https://github.com/haskell/actions/actions/runs/3851999748/jobs/6563739708#step:3:172 Log: 13_GHC 8.2.2, Cabal 2.4.1.0 - ubuntu-latest.txt

andreasabel avatar Jan 06 '23 02:01 andreasabel