CI: Disable OpenAL on macOS
This commit is contained in:
parent
dc9c1e14c4
commit
4b71f90cf7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue