From c41f11a12d1e52b447b886d39a9685634daec494 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 12 Dec 2023 09:11:43 -0800 Subject: [PATCH] Cirrus build: set path so it finds ghc 9.6. --- .cirrus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 5bf3228749ca..e531ae412464 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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