From 272a5c9ec1f3262f2d0119ff9bc5d2e9677c93f1 Mon Sep 17 00:00:00 2001 From: Lynix Date: Tue, 19 Jul 2022 20:36:37 +0200 Subject: [PATCH] Update msys2-build.yml --- .github/workflows/msys2-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/msys2-build.yml b/.github/workflows/msys2-build.yml index 9772af00f..43fae1a77 100644 --- a/.github/workflows/msys2-build.yml +++ b/.github/workflows/msys2-build.yml @@ -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