Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Zocca committed Jun 17, 2023
1 parent 5bb2203 commit e996a93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
ghc-version: ${{ matrix.ghc-version }}
# cabal-version: 'latest'. Omitted, but defaults to 'latest'
enable-stack: true
stack-setup-ghc: false
stack-setup-ghc: true # Runs stack setup to install the specified GHC.
stack-no-global: true # Prevents installing GHC and Cabal globally.
stack-version: 'latest'
- name: Stack build and test
run: |
Expand Down

0 comments on commit e996a93

Please sign in to comment.