Skip to content

Commit bfc6f62

Browse files
committed
Use correct setup-haskell plugin.
1 parent 995cf1e commit bfc6f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
key: ghcup-${{ matrix.os }}-${{ env.ghc }}
120120

121121
- id: setup-haskell
122-
uses: haskell/actions/setup@v2
122+
uses: haskell-actions/setup@v2
123123
with:
124124
ghc-version: ${{ env.ghc }}
125125
cabal-version: ${{ env.cabal }}

0 commit comments

Comments
 (0)