diff options
| author | John MacFarlane <[email protected]> | 2023-03-10 10:04:14 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-03-10 10:04:31 -0800 |
| commit | 81658b1da085a4b53ed08c3b6419dc833cf7c0e4 (patch) | |
| tree | 631809620b03e43a2680ba13d01ace2964783790 /.cirrus.yml | |
| parent | a496a3409f1c608bc906b44841512b03d20e47a2 (diff) | |
cirrus: fix brew install step.
Diffstat (limited to '.cirrus.yml')
| -rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index d9eac021d..4263b891f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,7 +1,7 @@ task: name: MacOS trigger_type: manual - install_script: brew install + install_script: brew install cabal-install macos_instance: image: ghcr.io/cirruslabs/macos-monterey-base:latest brew_script: brew install cabal-install |
