mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 15:24:30 +01:00
Remove pkg-config install request from macOS CI (#22745)
It apparently is already installed, leading to warnings on CI.
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -223,7 +223,8 @@ jobs:
|
||||
uses: ammaraskar/gcc-problem-matcher@master
|
||||
- name: Build OpenRCT2
|
||||
run: |
|
||||
HOMEBREW_NO_ANALYTICS=1 brew install ninja pkg-config
|
||||
# NB: GitHub comes with `pkg-config` preinstalled on macOS images
|
||||
HOMEBREW_NO_ANALYTICS=1 brew install ninja
|
||||
. 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