From da53fa4dc3b7dc5f0579643618afa84fb6fd35d1 Mon Sep 17 00:00:00 2001 From: Lynix Date: Sat, 9 Apr 2022 21:42:35 +0200 Subject: [PATCH] I have no idea what I'm doing --- .github/workflows/msys2-build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/msys2-build.yml b/.github/workflows/msys2-build.yml index b74310b11..d5d1361b7 100644 --- a/.github/workflows/msys2-build.yml +++ b/.github/workflows/msys2-build.yml @@ -29,7 +29,7 @@ jobs: defaults: run: - shell: msys2 {0} + shell: mingw64 {0} steps: - uses: actions/checkout@v2 @@ -47,7 +47,6 @@ jobs: # Install xmake - name: Setup xmake - shell: msys2 {0} run: | git clone https://github.com/xmake-io/xmake.git --recurse-submodules -b dev xmake_git cd xmake_git @@ -74,12 +73,10 @@ 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