1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 01:22:25 +01:00

Remove unnecessary ninja install on macOS CI

This commit is contained in:
Harry Hopkinson
2025-05-23 13:26:48 +01:00
committed by GitHub
parent 4dbd3b6bbc
commit ef926b6fd5

View File

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