From 5947184901757d4439c87c43ea1165981450ff00 Mon Sep 17 00:00:00 2001 From: Lynix Date: Sat, 9 Apr 2022 21:22:01 +0200 Subject: [PATCH] CI: Fix MinGW --- .github/workflows/msys2-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/msys2-build.yml b/.github/workflows/msys2-build.yml index 75ebc8987..b74310b11 100644 --- a/.github/workflows/msys2-build.yml +++ b/.github/workflows/msys2-build.yml @@ -74,10 +74,12 @@ jobs: # Setup compilation mode and install project dependencies - name: Configure xmake and install dependencies + shell: msys2 {0} run: xmake config --shadernodes=y --tests=y --unitybuild=y --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --yes # Build the engine - name: Build Nazara + shell: msys2 {0} run: xmake -v # Run unit tests