aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2020-11-16 21:57:46 -0500
committerJames McCoy <jamessan@jamessan.com>2020-11-24 21:26:02 -0500
commit0d7777e9bcf483e161f01937a1000dfb57415b73 (patch)
tree97ebb0f75055255b3f30b0c25a575518b288d375
parent36fe82ff98fe8b8e4658c7fd36f74bc87c869c4c (diff)
downloadrneovim-0d7777e9bcf483e161f01937a1000dfb57415b73.tar.gz
rneovim-0d7777e9bcf483e161f01937a1000dfb57415b73.tar.bz2
rneovim-0d7777e9bcf483e161f01937a1000dfb57415b73.zip
GHA: brew required software
-rw-r--r--.github/workflows/ci.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 099f0b64d1..70cdc3b4a2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -48,6 +48,13 @@ jobs:
if: matrix.flavor == 'asan' || matrix.flavor == 'tsan'
run: sudo apt-get install -y clang-11
+ - name: Install brew packages
+ if: matrix.os == 'osx'
+ run: |
+ brew update >/dev/null
+ brew install automake ccache cpanminus ninja
+ brew upgrade
+
- name: Setup interpreter packages
run: |
./ci/before_install.sh