From c6704e5fed74e39294738ae9bde3b633a1c8a7bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Sun, 20 Mar 2022 00:11:42 +0100 Subject: [PATCH] Update macos-build.yml --- .github/workflows/macos-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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