mirror of
https://github.com/neovim/neovim.git
synced 2026-04-19 05:50:39 +00:00
ci(deps): don't brew install ninja on macOS
Problem: `install_deps.sh` tries to install `ninja` on macOS, but it is
installed on the runners by default, triggering warnings (and wasting
time) on CI.
Solution: Don't `brew install ninja`.
(cherry picked from commit 4b14ba5258)
This commit is contained in:
committed by
github-actions[bot]
parent
f7af59d29b
commit
5655de0926
1
.github/scripts/install_deps.sh
vendored
1
.github/scripts/install_deps.sh
vendored
@@ -45,7 +45,6 @@ if [[ $OS == Linux ]]; then
|
||||
fi
|
||||
elif [[ $OS == Darwin ]]; then
|
||||
brew update --quiet
|
||||
brew install ninja
|
||||
if [[ -n $TEST ]]; then
|
||||
brew install cpanminus fswatch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user