mirror of
https://github.com/neovim/neovim.git
synced 2026-02-21 01:40:19 +10:00
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`.