Skip to content

Commit

Permalink
Migrate CI from haskell/actions/setup to haskell-actions/setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Rufflewind committed Jan 22, 2024
1 parent d9659c6 commit 3906f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- if: startsWith(matrix.os, 'windows-')
run: |
pacman -S --needed --noconfirm autoconf automake
- uses: haskell/actions/setup@v2
- uses: haskell-actions/setup@v2
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: ${{ matrix.cabal }}
Expand Down

0 comments on commit 3906f59

Please sign in to comment.