Update macos-build.yml

This commit is contained in:
Jérôme Leclercq 2022-03-19 18:48:53 +01:00
parent 637ae18798
commit 7c4d44d54a
1 changed files with 1 additions and 1 deletions

View File

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