Skip to content

Commit

Permalink
Use env.STACK_YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed May 28, 2024
1 parent 4fb6ae6 commit a4e3fad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,15 @@ jobs:
- stack-lts-12.26.yaml # ghc-8.4
fail-fast: false

env:
STACK_YAML: ${{ matrix.stack-yaml }}

steps:
- uses: actions/checkout@v4

- id: stack
uses: freckle/stack-action@v5
with:
stack-yaml: ${{ matrix.stack-yaml }}
stack-arguments: --coverage
compiler-tools: hpc-lcov

Expand Down

0 comments on commit a4e3fad

Please sign in to comment.