summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-03-12 15:36:37 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2023-03-12 15:36:37 -0700
commitc454777a9359ab356fe6bf752972fec2c0adc5bf (patch)
tree3de7cb067944e51a1cddffbfc41c874d13b30939 /.cirrus.yml
parent63b67af129a3cdef830f372e6e854e9dda3c252e (diff)
Cirrus: brew update so we get more recent ghc.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 839adaaee..f4b5fd09f 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -4,7 +4,9 @@ task:
timeout_in: 90m
macos_instance:
image: ghcr.io/cirruslabs/macos-monterey-base:latest
- brew_script: brew install cabal-install
+ brew_script:
+ - brew update
+ - brew install ghc cabal-install
cabal_store_cache:
folder: ~/.cabal/store
fingerprint_key: macos_2023_03_11