Skip to content

Commit 1003ba8

Browse files
committed
update github haskell setup action
1 parent bf3e9ab commit 1003ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/applications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
if: startsWith(matrix.os, 'ubuntu-')
7979
run: sudo chown -R $USER /usr/local/.ghcup
8080
- name: Install GHC and Cabal
81-
uses: haskell/actions/setup@v2
81+
uses: haskell-actions/setup@v2
8282
with:
8383
ghc-version: ${{ matrix.ghc }}
8484
cabal-version: ${{ matrix.cabal }}

0 commit comments

Comments
 (0)