Update msys2-build.yml

This commit is contained in:
Lynix 2022-07-19 20:36:37 +02:00
parent 103421e89a
commit 272a5c9ec1
1 changed files with 1 additions and 1 deletions

View File

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