From 9e58abc95184320d830c3c11628b0d9605614abb Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Sat, 22 Mar 2025 15:11:39 -0700 Subject: [PATCH] ci: Drop macOS ninja install to stop 'already installed' warning --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b34d6f431..0ef3537790 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -315,8 +315,7 @@ jobs: brew install \ ccache \ coreutils \ - dylibbundler \ - ninja + dylibbundler pip install pyyaml requests - name: Initialize compiler, library cache id: cache