Skip to content

Commit

Permalink
fix: matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Jan 22, 2024
1 parent 029a410 commit 71cfac2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- macOS-latest
- windows-latest

include:
stack:
- resolver: nightly
ghc: "9.8.1"
- resolver: lts-22.7
Expand All @@ -48,8 +48,8 @@ jobs:
uses: ./
with:
working-directory: example
stack-arguments: --resolver ${{ matrix.resolver }}
cache-prefix: ${{ matrix.resolver }}/
stack-arguments: --resolver ${{ matrix.stack.resolver }}
cache-prefix: ${{ matrix.stack.resolver }}/

- shell: bash
run: |
Expand Down

0 comments on commit 71cfac2

Please sign in to comment.