Skip to content

Commit

Permalink
bump CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed Jun 30, 2024
1 parent a586332 commit d361a98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ jobs:

- uses: actions/checkout@v2

- uses: haskell/actions/setup@v2
- uses: haskell-actions/setup@v2
name: Setup Haskell Stack
with:
ghc-version: ${{ matrix.ghc }}
stack-version: ${{ matrix.stack }}
enable-stack: true

- uses: actions/cache@v2
name: Cache ~/.stack
Expand Down

0 comments on commit d361a98

Please sign in to comment.