Skip to content

Commit

Permalink
try strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinBellroy committed Dec 10, 2024
1 parent 9d6dad8 commit 3383ed3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@ jobs:
with:
key: "${{ runner.os }}-${{ matrix.ghc }}-${{ github.sha }}"
path: "~/.cabal/store"
strategy:
matrix:
include:
- "${{ fromJSON(needs.generate-matrix.outputs.matrix) }}"
timeout-minutes: 30
name: Haskell CI
on:
Expand Down

0 comments on commit 3383ed3

Please sign in to comment.