Skip to content

Commit 7a8b2e1

Browse files
Update mingw.yml to use msys2 shell for commands
1 parent 79543e9 commit 7a8b2e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/mingw.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
mingw-w64-clang-x86_64-ninja
3535
3636
- name: Configure
37+
shell: msys2 {0}
3738
run: >
3839
cmake -GNinja
3940
-B${{github.workspace}}/build
@@ -42,12 +43,14 @@ jobs:
4243
-DCMAKE_C_COMPILER=clang
4344
4445
- name: Build
46+
shell: msys2 {0}
4547
run: >
4648
cmake
4749
--build ${{github.workspace}}/build
4850
--parallel
4951
5052
- name: Test
53+
shell: msys2 {0}
5154
run: |
5255
cd ${{github.workspace}}/build
5356
ctest

0 commit comments

Comments
 (0)