Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianAlgehed committed Jul 10, 2024
1 parent 8eb8438 commit 01264c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
- pull_request
jobs:
linux:
name: Haskell-CI - Linux - ${{ matrix.compiler }}
name: Haskell-CI - Linux - ${{ matrix.ghc-version }}
runs-on: ubuntu-22.04
strategy:
matrix:
Expand All @@ -37,7 +37,7 @@ jobs:
with:
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
path: ~/.cabal/store
restore-keys: ${{ runner.os }}-${{ matrix.compiler }}-
restore-keys: ${{ runner.os }}-${{ matrix.ghc-version }}-
- run: cabal build all
- run: cabal test all
- run: cabal haddock all
Expand Down

0 comments on commit 01264c8

Please sign in to comment.