macOS fix

This commit is contained in:
Jérôme Leclercq
2022-03-20 09:19:50 +01:00
parent 50ffc98ed4
commit 0469ecb300
2 changed files with 2 additions and 1 deletions

View File

@@ -61,7 +61,7 @@ jobs:
# Build the engine
- name: Build Nazara
run: xmake build xmake build NazaraPhysics2D & xmake build NazaraPhysics3D & xmake build NazaraAudio & xmake build NazaraRenderer & xmake build NazaraShaderNodes & xmake build NazaraPlatform
run: xmake build -v NazaraPlatform
# Run unit tests
#- name: Run unit tests