This commit is contained in:
Nayla Hanegan 2024-05-11 23:00:27 -04:00
commit 27ae40c1ee

View file

@ -23,9 +23,6 @@ jobs:
# Setup Packages # Setup Packages
- name: Setup Packages - name: Setup Packages
run: brew install qt6 molten-vk p7zip pkgconfig cmake ninja run: brew install qt6 molten-vk p7zip pkgconfig cmake ninja
# Use Static ZSTD
- name: Remove ZSTD
run: brew uninstall zstd curl php --force --ignore-dependencies
# Run MSBuild # Run MSBuild
- name: Build Solution - name: Build Solution
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" 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"