diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index 895105243..b1b6a2878 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -80,6 +80,8 @@ jobs: - name: Run unit tests if: matrix.confs.mode != 'releasedbg' run: xmake run UnitTests + env: + NAZARA_NO_AUDIO: 1 # Setup installation configuration - name: Configure xmake for installation