From ef926b6fd5caf58058b5643393fcaa4caf006d3d Mon Sep 17 00:00:00 2001 From: Harry Hopkinson <63599884+Harry-Hopkinson@users.noreply.github.com> Date: Fri, 23 May 2025 13:26:48 +0100 Subject: [PATCH] Remove unnecessary ninja install on macOS CI --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a9801e97f..4fc1b80d67 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -387,8 +387,7 @@ jobs: uses: ammaraskar/gcc-problem-matcher@master - name: Build OpenRCT2 run: | - # NB: GitHub comes with `pkg-config` preinstalled on macOS images - HOMEBREW_NO_ANALYTICS=1 brew install ninja + # NB: GitHub comes with `pkg-config` and `ninja` preinstalled on macOS images . scripts/setenv -q && build -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=on ${{ matrix.build_flags }} - name: Build artifacts run: |