Install pkg-config on macos runners
This commit is contained in:
4
.github/workflows/build-uc2.yml
vendored
4
.github/workflows/build-uc2.yml
vendored
@@ -305,7 +305,7 @@ jobs:
|
|||||||
if: contains(matrix.config.name, 'macos-x64')
|
if: contains(matrix.config.name, 'macos-x64')
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
brew install p7zip cmake ninja
|
brew install p7zip cmake ninja pkg-config
|
||||||
ninja --version
|
ninja --version
|
||||||
cmake --version
|
cmake --version
|
||||||
mkdir build
|
mkdir build
|
||||||
@@ -325,7 +325,7 @@ jobs:
|
|||||||
if: contains(matrix.config.name, 'android')
|
if: contains(matrix.config.name, 'android')
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
brew install p7zip cmake ninja
|
brew install p7zip cmake ninja pkg-config
|
||||||
mkdir build
|
mkdir build
|
||||||
mkdir instdir
|
mkdir instdir
|
||||||
cmake . -DCMAKE_TOOLCHAIN_FILE="$ANDROID_NDK/build/cmake/android.toolchain.cmake" \
|
cmake . -DCMAKE_TOOLCHAIN_FILE="$ANDROID_NDK/build/cmake/android.toolchain.cmake" \
|
||||||
|
|||||||
Reference in New Issue
Block a user