mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-28 13:16:41 +00:00
Update macos.yml
This commit is contained in:
parent
55ae9ed804
commit
6db3b74642
1 changed files with 3 additions and 0 deletions
3
.github/workflows/macos.yml
vendored
3
.github/workflows/macos.yml
vendored
|
@ -31,6 +31,9 @@ jobs:
|
||||||
# Use Static ZSTD
|
# Use Static ZSTD
|
||||||
- name: Remove ZSTD
|
- name: Remove ZSTD
|
||||||
run: brew uninstall zstd curl php --force --ignore-dependencies
|
run: brew uninstall zstd curl php --force --ignore-dependencies
|
||||||
|
# Submoudle
|
||||||
|
- name: Checkout Submodles
|
||||||
|
run: git submodule update --init --recursive
|
||||||
# Run CMake
|
# Run CMake
|
||||||
- name: Run CMake
|
- name: Run CMake
|
||||||
run: mkdir -p build && cd build && cmake .. -G Ninja -DCMAKE_CXX_FLAGS="-Xclang -fcolor-diagnostics" -DCMAKE_PREFIX_PATH=$(brew --prefix qt5)
|
run: mkdir -p build && cd build && cmake .. -G Ninja -DCMAKE_CXX_FLAGS="-Xclang -fcolor-diagnostics" -DCMAKE_PREFIX_PATH=$(brew --prefix qt5)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue