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