mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-01 14:53:47 +08:00
ci: install pkg-config on Macos runner
(cherry picked from commit 86f0c69465)
This commit is contained in:
committed by
Ozkan Sezer
parent
e86f494317
commit
817141c162
@@ -59,7 +59,8 @@ jobs:
|
|||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
brew install \
|
brew install \
|
||||||
ninja
|
ninja \
|
||||||
|
pkg-config
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Check that versioning is consistent
|
- name: Check that versioning is consistent
|
||||||
# We only need to run this once: arbitrarily use the Linux/CMake build
|
# We only need to run this once: arbitrarily use the Linux/CMake build
|
||||||
|
|||||||
Reference in New Issue
Block a user