mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
Update ci.yml
This commit is contained in:
parent
65f3d14c1a
commit
a10262ac48
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -68,8 +68,8 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- name: Setup Submodules
|
||||
run: git submodule update --init --recursive
|
||||
- name: Setup Packages
|
||||
run: brew install qt6 molten-vk p7zip pkgconfig cmake ninja
|
||||
#- name: Setup Packages
|
||||
# run: brew install qt6 molten-vk p7zip pkgconfig cmake ninja
|
||||
- name: Build
|
||||
run: |
|
||||
mkdir -p build && cd build && cmake .. -G Ninja -DCMAKE_CXX_FLAGS="-Xclang -fcolor-diagnostics" -DCMAKE_PREFIX_PATH=$(brew --prefix qt6) -DDISTRIBUTOR="Mario Party Netplay" && ninja -j8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue