We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e89cf8 commit 6de0918Copy full SHA for 6de0918
.github/workflows/haskell.yml
@@ -39,9 +39,9 @@ jobs:
39
uses: haskell-actions/setup@v2
40
with:
41
ghc-version: ${{ matrix.ghc }}
42
- enable-stack: ${{ matrix.build_tool == 'stack' }}
43
- stack-no-global: ${{ matrix.build_tool == 'stack' }}
44
- stack-setup-ghc: ${{ matrix.build_tool == 'stack' }}
+ enable-stack: ${{ matrix.build_tool == 'stack' && 'true' || '' }}
+ stack-no-global: ${{ matrix.build_tool == 'stack' && 'true' || '' }}
+ stack-setup-ghc: ${{ matrix.build_tool == 'stack' && 'true' || '' }}
45
46
- name: Cache dependencies (${{ matrix.build_tool }})
47
uses: actions/cache@v4
0 commit comments