1
0
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:
Aaron van Geffen
2024-09-11 12:07:51 +02:00
committed by GitHub
parent 0eca671fdf
commit 6ee282c8f9

View File

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