CI: Enable unity build on macOS

This commit is contained in:
Jérôme Leclercq 2022-05-05 08:38:15 +02:00 committed by GitHub
parent 0d4648f661
commit 2a3646135a
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ jobs:
# Setup compilation mode and install project dependencies
- name: Configure xmake and install dependencies
run: xmake config --shadernodes=y --tests=y --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --yes
run: xmake config --shadernodes=y --tests=y --unitybuild=y --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --yes
# Build the engine
- name: Build Nazara