Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed May 20, 2024
1 parent dc8b4ef commit ffacd3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cabal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: haskell/actions/setup@v1
- uses: haskell-actions/setup@v2
name: setup GHC and cabal-install
with:
ghc-version: ${{ matrix.vers.ghc }}
cabal-version: ${{ matrix.cabal }}

- uses: actions/cache@v2
- uses: actions/cache@v4
name: cache ~/.cabal/store
with:
path: ~/.cabal/store
Expand Down

0 comments on commit ffacd3c

Please sign in to comment.