Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
msakai authored Nov 10, 2024
1 parent 624a3c2 commit ef3d9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
ghc-version: ${{ matrix.ghc }}
enable-stack: true
stack-version: 'latest'
stack-no-global: ${{ matrix.platform == 'macos-x86_64' || matrix.platform == 'win32' }}
stack-no-global: ${{ (matrix.platform == 'macos-x86_64' || matrix.platform == 'win32') && 'true' || '' }}
cabal-update: false

- name: Setup stack to use system GHC
Expand Down

0 comments on commit ef3d9bd

Please sign in to comment.