From 71cfac2960028428b44d5d5e6128897dcc7f5d1e Mon Sep 17 00:00:00 2001 From: Danila Danko Date: Tue, 23 Jan 2024 00:30:39 +0300 Subject: [PATCH] fix: matrix --- .github/workflows/example.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index c35c56a..e2761b3 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -22,7 +22,7 @@ jobs: - macOS-latest - windows-latest - include: + stack: - resolver: nightly ghc: "9.8.1" - resolver: lts-22.7 @@ -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: |