commit 4b14ba52581266049811c7d4b2d89f1acc0f9d5e
parent 3bdebfb87f115cc067f9f6a950e7ff87ac24a056
Author: Christian Clason <c.clason@uni-graz.at>
Date: Wed, 18 Feb 2026 18:17:41 +0100
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`.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/.github/scripts/install_deps.sh b/.github/scripts/install_deps.sh
@@ -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 fish fswatch