CI: Disable OpenAL on macOS

This commit is contained in:
Lynix 2023-12-01 21:01:21 +01:00
parent dc9c1e14c4
commit 4b71f90cf7
1 changed files with 2 additions and 0 deletions

View File

@ -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