From ce863aae638507ae4905550b31622520e42ae078 Mon Sep 17 00:00:00 2001 From: Vano Date: Tue, 12 Mar 2024 01:57:06 +0200 Subject: [PATCH] cmake test --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6cc842081e..f5d3343d33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,6 +95,7 @@ jobs: flags: SCons: platform=windows use_mingw=yes CMake: -G Ninja + use-mingw: true run-tests: false cache-name: windows-x86_64-mingw @@ -184,10 +185,11 @@ jobs: actions-cache-folder: ${{env.EM_CACHE_FOLDER}} - name: Setup MinGW for Windows/MinGW build - if: ${{ matrix.platforms.platform == 'windows' && matrix.platforms.flags == 'use_mingw=yes' }} + if: ${{ matrix.platforms.platform == 'windows' && matrix.platforms.use-mingw }} uses: egor-tensin/setup-mingw@v2 with: version: 12.2.0 + - name: MinGW tree run: 'tree /f C:'