Skip to content

Commit

Permalink
See how to unset
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Dec 15, 2024
1 parent e6f0fc3 commit ec7cf30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
ghc-version: ${{ matrix.ghc }}
enable-stack: true
stack-version: ${{ (matrix.resolver == 'lts-9' || matrix.resolver == 'lts-11') && '2.15.5' || 'latest' }}
stack-no-global: ${{ (matrix.resolver == 'lts-9' || matrix.resolver == 'lts-11') && 'true' || 'false' }}
stack-no-global: ${{ (matrix.resolver == 'lts-9' || matrix.resolver == 'lts-11') && 'true' || '' }}

- name: Cache
id: cache
Expand Down

0 comments on commit ec7cf30

Please sign in to comment.