Skip to content

Commit 7553f8a

Browse files
authored
Merge pull request #9485 from haskell/mergify/bp/3.10/pr-9463
Migrate to haskell-actions/setup (backport #9463)
2 parents ebf64c5 + 61d3c18 commit 7553f8a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/validate.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
sudo chown -R $USER /usr/local/.ghcup
6868
sudo chmod -R 777 /usr/local/.ghcup
6969
fi
70-
- uses: haskell/actions/setup@v2
70+
- uses: haskell-actions/setup@v2
7171
id: setup-haskell
7272
with:
7373
ghc-version: ${{ matrix.ghc }}
@@ -356,11 +356,12 @@ jobs:
356356
apt-get update
357357
apt-get install -y ghc-${{ matrix.extra-ghc }}-dyn
358358
359-
- uses: haskell/actions/setup@v2
359+
- uses: haskell-actions/setup@v2
360360
id: setup-haskell
361361
with:
362362
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
364365

365366
# As we are reusing the cached build dir from the previous step
366367
# the generated artifacts are available here,
@@ -415,7 +416,7 @@ jobs:
415416
sudo chown -R $USER /usr/local/.ghcup
416417
sudo chmod -R 777 /usr/local/.ghcup
417418
fi
418-
- uses: haskell/actions/setup@v2
419+
- uses: haskell-actions/setup@v2
419420
id: setup-haskell
420421
with:
421422
ghc-version: ${{ matrix.ghc }}

0 commit comments

Comments
 (0)