Skip to content

Commit c4d7e2e

Browse files
committed
ci: swap deprecated haskell/actions/setup for haskell-actions/setup
+ Also don't setup stack
1 parent b581ce2 commit c4d7e2e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,10 @@ jobs:
3232
- uses: actions/checkout@v3
3333

3434
- name: Set up GHC ${{ matrix.ghc-version }}
35-
uses: haskell/actions/setup@v2
35+
uses: haskell-actions/setup@v2
3636
id: setup
3737
with:
3838
ghc-version: ${{ matrix.ghc-version }}
39-
enable-stack: true
4039

4140
- name: Installed minor versions of GHC, Cabal, and Stack
4241
shell: bash

0 commit comments

Comments
 (0)