File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 71
71
id : setup-haskell
72
72
with :
73
73
ghc-version : ${{ matrix.ghc }}
74
- cabal-version : ' 3.8.1.0 '
74
+ cabal-version : latest # latest is mandatory for cabal-testsuite, see https://github.com/haskell/cabal/issues/8133
75
75
76
76
# See the following link for a breakdown of the following step
77
77
# https://github.com/haskell/actions/issues/7#issuecomment-745697160
@@ -357,7 +357,7 @@ jobs:
357
357
id : setup-haskell
358
358
with :
359
359
ghc-version : ${{ matrix.ghc }}
360
- cabal-version : ' 3.8.1.0 '
360
+ cabal-version : latest # latest is mandatory for cabal-testsuite, see https://github.com/haskell/cabal/issues/8133
361
361
362
362
# As we are reusing the cached build dir from the previous step
363
363
# the generated artifacts are available here,
You can’t perform that action at this time.
0 commit comments