mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-08-15 05:10:11 -04:00
Fixed mac again
This commit is contained in:
@@ -84,7 +84,7 @@ jobs:
|
||||
run: brew install sdl2 sdl2_net 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 --config Release -j3
|
||||
- name: Download spaghetti.o2r
|
||||
uses: actions/download-artifact@v4
|
||||
@@ -226,4 +226,4 @@ jobs:
|
||||
Spaghettify.nro
|
||||
config.yml
|
||||
assets
|
||||
gamecontrollerdb.txt
|
||||
gamecontrollerdb.txt
|
||||
|
||||
Reference in New Issue
Block a user