diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-03-12 15:36:37 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-03-12 15:36:37 -0700 |
| commit | c454777a9359ab356fe6bf752972fec2c0adc5bf (patch) | |
| tree | 3de7cb067944e51a1cddffbfc41c874d13b30939 /.cirrus.yml | |
| parent | 63b67af129a3cdef830f372e6e854e9dda3c252e (diff) | |
Cirrus: brew update so we get more recent ghc.
Diffstat (limited to '.cirrus.yml')
| -rw-r--r-- | .cirrus.yml | 4 |
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 |
