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 67
67
sudo chown -R $USER /usr/local/.ghcup
68
68
sudo chmod -R 777 /usr/local/.ghcup
69
69
fi
70
- - uses : haskell/ actions/setup@v2
70
+ - uses : haskell- actions/setup@v2
71
71
id : setup-haskell
72
72
with :
73
73
ghc-version : ${{ matrix.ghc }}
@@ -356,11 +356,12 @@ jobs:
356
356
apt-get update
357
357
apt-get install -y ghc-${{ matrix.extra-ghc }}-dyn
358
358
359
- - uses : haskell/ actions/setup@v2
359
+ - uses : haskell- actions/setup@v2
360
360
id : setup-haskell
361
361
with :
362
362
ghc-version : ${{ matrix.ghc }}
363
- cabal-version : ' 3.10.1.0'
363
+ # Make sure this bindist works in this old environment
364
+ cabal-version : 3.10.1.0
364
365
365
366
# As we are reusing the cached build dir from the previous step
366
367
# the generated artifacts are available here,
@@ -415,7 +416,7 @@ jobs:
415
416
sudo chown -R $USER /usr/local/.ghcup
416
417
sudo chmod -R 777 /usr/local/.ghcup
417
418
fi
418
- - uses : haskell/ actions/setup@v2
419
+ - uses : haskell- actions/setup@v2
419
420
id : setup-haskell
420
421
with :
421
422
ghc-version : ${{ matrix.ghc }}
You can’t perform that action at this time.
0 commit comments