Skip to content

Commit

Permalink
Update haskell setup and cache github actions (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludat authored Mar 18, 2024
1 parent 24ecfbd commit 8795345
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ jobs:
steps:
- uses: actions/checkout@v3
if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master'
- uses: haskell/actions/setup@v2
- uses: haskell-actions/setup@v2
id: setup-haskell-cabal
name: Setup Haskell
with:
ghc-version: ${{ matrix.ghc }}
cabal-version: ${{ matrix.cabal }}
- uses: actions/cache@v1
- uses: actions/cache@v4
name: Cache ~/.cabal/store
with:
path: ${{ steps.setup-haskell-cabal.outputs.cabal-store }}
key: ${{ runner.os }}-${{ matrix.ghc }}--${{ github.Shah }}-cache
key: ${{ runner.os }}-${{ matrix.ghc }}--${{ matrix.cabal }}-cache
- name: Versions
run: |
cabal -V
Expand Down

0 comments on commit 8795345

Please sign in to comment.