Skip to content

Commit

Permalink
Update haskell-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dunor committed Jan 7, 2024
1 parent 90af5e0 commit 48d53ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
${{ runner.os }}-stack-global-
- name: Setup Haskell Stack
uses: haskell/actions/setup@v2
uses: haskell-actions/setup@v2
with:
stack-setup-ghc: true
enable-stack: true
stack-version: 'latest'
stack-version: '2.13.1'
cabal-version: '3.6.0.0'

- name: LLVM Environment
Expand Down Expand Up @@ -65,11 +65,11 @@ jobs:
${{ runner.os }}-stack-global-
- name: Setup Haskell Stack
uses: haskell/actions/setup@v2
uses: haskell-actions/setup@v2
with:
stack-setup-ghc: true
enable-stack: true
stack-version: 'latest'
stack-version: '2.13.1'
cabal-version: '3.6.0.0'

- name: LLVM Environment
Expand Down

0 comments on commit 48d53ad

Please sign in to comment.