File tree 1 file changed +5
-4
lines changed 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 79
79
key : ${{ runner.os }}-${{ matrix.ghc }}-${{ github.sha }}
80
80
restore-keys : ${{ runner.os }}-${{ matrix.ghc }}-
81
81
82
- - uses : haskell/ actions/setup@v2
82
+ - uses : haskell- actions/setup@v2
83
83
id : setup-haskell
84
84
with :
85
85
ghc-version : ${{ matrix.ghc }}
@@ -219,11 +219,12 @@ jobs:
219
219
apt-get update
220
220
apt-get install -y ghc-${{ matrix.extra-ghc }}-dyn
221
221
222
- - uses : haskell/ actions/setup@v2
222
+ - uses : haskell- actions/setup@v2
223
223
id : setup-haskell
224
224
with :
225
225
ghc-version : ${{ matrix.ghc }}
226
- cabal-version : latest # latest is mandatory for cabal-testsuite, see https://github.com/haskell/cabal/issues/8133
226
+ # Make sure this bindist works in this old environment
227
+ cabal-version : 3.10.1.0
227
228
228
229
# As we are reusing the cached build dir from the previous step
229
230
# the generated artifacts are available here,
@@ -272,7 +273,7 @@ jobs:
272
273
sudo chown -R $USER /usr/local/.ghcup
273
274
sudo chmod -R 777 /usr/local/.ghcup
274
275
fi
275
- - uses : haskell/ actions/setup@v2
276
+ - uses : haskell- actions/setup@v2
276
277
id : setup-haskell
277
278
with :
278
279
ghc-version : ${{ matrix.ghc }}
You can’t perform that action at this time.
0 commit comments