From 4b71f90cf7b8164ae71ba34a3e4afc08e29a70c0 Mon Sep 17 00:00:00 2001 From: Lynix Date: Fri, 1 Dec 2023 21:01:21 +0100 Subject: [PATCH] CI: Disable OpenAL on macOS --- .github/workflows/macos-build.yml | 2 ++ 1 file changed, 2 insertions(+) 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