From 8bfa5b4614f4f8c08ca834fb617463ea2180d051 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Thu, 3 Aug 2023 23:42:43 +0200 Subject: [PATCH] Fix msys2 CI --- .github/workflows/msys2-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/msys2-build.yml b/.github/workflows/msys2-build.yml index 795881001..84e7dc422 100644 --- a/.github/workflows/msys2-build.yml +++ b/.github/workflows/msys2-build.yml @@ -102,7 +102,7 @@ jobs: # Run unit tests - name: Run unit tests - if: matrix.mode != 'releasedbg + if: matrix.mode != 'releasedbg' run: xmake run UnitTests # Setup installation configuration @@ -117,4 +117,4 @@ jobs: - uses: actions/upload-artifact@v3 with: name: nazaraengine-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.mode }} - path: package \ No newline at end of file + path: package