mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Install pkg-config on macOS CI (#19440)
This commit is contained in:
committed by
GitHub
parent
bff191c178
commit
f893a60ec5
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -173,7 +173,7 @@ jobs:
|
||||
uses: ammaraskar/gcc-problem-matcher@master
|
||||
- name: Build OpenRCT2
|
||||
run: |
|
||||
HOMEBREW_NO_ANALYTICS=1 brew install ninja
|
||||
HOMEBREW_NO_ANALYTICS=1 brew install ninja pkg-config
|
||||
. scripts/setenv -q && build -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=on ${{ matrix.build_flags }}
|
||||
- name: Run Tests
|
||||
if: ${{matrix.run_tests}}
|
||||
|
||||
Reference in New Issue
Block a user