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:
Christian Clason
2026-02-18 18:17:41 +01:00
committed by github-actions[bot]
parent f7af59d29b
commit 5655de0926

View File

@@ -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