Skip to content

Commit

Permalink
Test workflow: try fixing windows-msys
Browse files Browse the repository at this point in the history
  • Loading branch information
eliemichel committed Sep 23, 2024
1 parent c9904d8 commit b04db1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -62,14 +62,14 @@ jobs:
pacboy: cmake:p

- name: Configure CMake
shell: ${{ matrix.shell }}
run: >
cmake
-S .github/example
-B build
-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: >
Expand Down

0 comments on commit b04db1f

Please sign in to comment.