Skip to content

Commit

Permalink
Cirrus build: set path so it finds ghc 9.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Dec 12, 2023
1 parent a29049b commit c41f11a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ task:
brew_script:
- brew update
- brew install ghc@9.6 cabal-install
env:
PATH: /opt/homebrew/opt/ghc@9.6/bin:${PATH}
cabal_store_cache:
folder: ~/.cabal/store
fingerprint_key: macos_2023_03_12
Expand Down

0 comments on commit c41f11a

Please sign in to comment.