Skip to content
Snippets Groups Projects
Commit 2da8b2fa authored by andreas.abel's avatar andreas.abel
Browse files

CI validate-old-ghcs: pin to haskell-actions/setup@v2.6

This provides temporary life support to the `validate-old-ghcs` action
until node16 will be finally axed by GHA in May 2024.

Workaround for:
- https://github.com/haskell/cabal/issues/9858
parent 519f2f75
No related branches found
No related tags found
No related merge requests found
......@@ -258,7 +258,9 @@ jobs:
apt-get update
apt-get install -y ghc-${{ matrix.extra-ghc }}-dyn
- uses: haskell-actions/setup@v2
- uses: haskell-actions/setup@v2.6
# From 2.7 the setup action uses node20,
# which is not supported by the phadej/ghc:8.8.4-xenial container.
id: setup-haskell
with:
ghc-version: ${{ matrix.ghc }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment