diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index 30524121e..eab9726e6 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -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