From c454777a9359ab356fe6bf752972fec2c0adc5bf Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 12 Mar 2023 15:36:37 -0700 Subject: Cirrus: brew update so we get more recent ghc. --- .cirrus.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.cirrus.yml') 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 -- cgit v1.2.3