mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-03 15:45:32 +00:00
ci: install pkg-config on Macos runner
(cherry picked from commit 86f0c694653eb1f1e91213c7faf3080a96c6375b)
This commit is contained in:
parent
e86f494317
commit
817141c162
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -59,7 +59,8 @@ jobs:
|
|||
if: runner.os == 'macOS'
|
||||
run: |
|
||||
brew install \
|
||||
ninja
|
||||
ninja \
|
||||
pkg-config
|
||||
- uses: actions/checkout@v3
|
||||
- name: Check that versioning is consistent
|
||||
# We only need to run this once: arbitrarily use the Linux/CMake build
|
||||
|
|
Loading…
Reference in a new issue