macOS fixes (+ cache deps)

This commit is contained in:
Jérôme Leclercq
2022-03-20 11:29:39 +01:00
parent 26a4dc8f41
commit 63320fa205
3 changed files with 7 additions and 4 deletions

View File

@@ -66,7 +66,10 @@ jobs:
# Build the engine
- name: Build Nazara
run: xmake build -v NazaraRenderer && xmake build -v NazaraPhysics2D && xmake build -v NazaraPhysics3D && xmake build -v NazaraGraphics && xmake build -v NazaraAudio && xmake build -v NazaraNetwork
run: |
xmake build -v NazaraRenderer
xmake build -v NazaraPhysics2D
xmake build -v NazaraPhysics3D
# Run unit tests
#- name: Run unit tests