File tree 1 file changed +5
-3
lines changed 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 53
53
54
54
- uses : actions/checkout@v2
55
55
56
- - uses : haskell/ actions/setup@v1
56
+ - uses : haskell- actions/setup@v2
57
57
id : setup-haskell
58
58
with :
59
59
ghc-version : ${{ matrix.ghc }}
@@ -208,10 +208,12 @@ jobs:
208
208
apt-get update
209
209
apt-get install -y ghc-${{ matrix.extra-ghc }}-dyn
210
210
211
- - uses : haskell/ actions/setup@v1
211
+ - uses : haskell- actions/setup@v2
212
212
id : setup-haskell
213
213
with :
214
214
ghc-version : ${{ matrix.ghc }}
215
+ # Make sure this bindist works in this old environment
216
+ cabal-install : 3.10.1.0
215
217
216
218
# As we are reusing the cached build dir from the previous step
217
219
# the generated artifacts are available here,
@@ -256,7 +258,7 @@ jobs:
256
258
steps :
257
259
- uses : actions/checkout@v2
258
260
259
- - uses : haskell/ actions/setup@v1
261
+ - uses : haskell- actions/setup@v2
260
262
id : setup-haskell
261
263
with :
262
264
ghc-version : ${{ matrix.ghc }}
You can’t perform that action at this time.
0 commit comments