Skip to content

Commit

Permalink
Switch to maintained haskell action
Browse files Browse the repository at this point in the history
  • Loading branch information
L7R7 committed Sep 11, 2024
1 parent d05f212 commit d55c567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ matrix.ghc }}-
- uses: haskell/actions/setup@v2.4.7
- uses: haskell-actions/setup@v2.7.3
with:
ghc-version: '8.10.7'
enable-stack: true
stack-version: '2.7.1'
stack-version: '2.15.1'

- name: Build polysemy-servant
working-directory: ./polysemy-servant
Expand Down

0 comments on commit d55c567

Please sign in to comment.