mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
GHA: brew required software
This commit is contained in:
parent
36fe82ff98
commit
0d7777e9bc
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -48,6 +48,13 @@ jobs:
|
|||||||
if: matrix.flavor == 'asan' || matrix.flavor == 'tsan'
|
if: matrix.flavor == 'asan' || matrix.flavor == 'tsan'
|
||||||
run: sudo apt-get install -y clang-11
|
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
|
- name: Setup interpreter packages
|
||||||
run: |
|
run: |
|
||||||
./ci/before_install.sh
|
./ci/before_install.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user