From b04db1fa2935660a8ddc34215d3e27eea5d89f9d Mon Sep 17 00:00:00 2001 From: Elie Michel Date: Mon, 23 Sep 2024 13:58:13 +0200 Subject: [PATCH] Test workflow: try fixing windows-msys --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index f017f3c..014d29a 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -31,7 +31,7 @@ jobs: - system: Windows-MSYS-x64 runner: windows-latest msystem: ucrt64 - shell: msys2 {0} + extra-cmake-args: -G "MSYS Makefiles" exe-extension: .exe is-multiconfig: true @@ -62,7 +62,6 @@ jobs: pacboy: cmake:p - name: Configure CMake - shell: ${{ matrix.shell }} run: > cmake -S .github/example @@ -70,6 +69,7 @@ jobs: -DWEBGPU_BACKEND=${{ matrix.webgpu-backend }} -D${{ matrix.webgpu-backend }}_LINK_TYPE=${{ matrix.link-type }} -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} + ${{ matrix.extra-cmake-args }} - name: Build run: >