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:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user