Update macos-build.yml

This commit is contained in:
Jérôme Leclercq 2022-03-20 00:11:42 +01:00
parent 54ca483cc7
commit c6704e5fed
1 changed files with 1 additions and 1 deletions

View File

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