CI: Add sanitizers to macOS build

This commit is contained in:
SirLynix
2023-11-29 11:41:22 +01:00
parent 32d227628c
commit ad81b8642e
2 changed files with 13 additions and 7 deletions

View File

@@ -89,7 +89,7 @@ jobs:
# Setup installation configuration
- name: Configure xmake for installation
run: xmake config --arch=${{ matrix.arch }} --mode=${{ matrix.confs.mode }} --ccache=n --ffmpeg=n --shadernodes=y --tests=y --yes
run: xmake config --arch=${{ matrix.arch }} --mode=${{ matrix.confs.mode }} ${{ matrix.confs.config }} --ccache=n --ffmpeg=n --shadernodes=y --tests=y --yes
# Install the result files
- name: Install Nazara