Updated MacOS build

This commit is contained in:
Lywx
2025-05-15 20:43:18 -06:00
committed by GitHub
parent 3d72ff1a3d
commit bdf5ca8d60
+2 -2
View File
@@ -15,7 +15,7 @@ jobs:
run: brew install sdl2 libpng glew ninja cmake libzip nlohmann-json tinyxml2 spdlog vorbis-tools
- name: Build
run: |
cmake -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE=Release
cmake -H. -Bbuild-cmake -GNinja -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -DCMAKE_BUILD_TYPE=Release
cmake --build build-cmake -j
- name: Create Package
run: |
@@ -26,4 +26,4 @@ jobs:
with:
name: spaghetti-mac-x64
path: spaghetti-release
retention-days: 1
retention-days: 1