We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79543e9 commit 7a8b2e1Copy full SHA for 7a8b2e1
.github/workflows/mingw.yml
@@ -34,6 +34,7 @@ jobs:
34
mingw-w64-clang-x86_64-ninja
35
36
- name: Configure
37
+ shell: msys2 {0}
38
run: >
39
cmake -GNinja
40
-B${{github.workspace}}/build
@@ -42,12 +43,14 @@ jobs:
42
43
-DCMAKE_C_COMPILER=clang
44
45
- name: Build
46
47
48
cmake
49
--build ${{github.workspace}}/build
50
--parallel
51
52
- name: Test
53
54
run: |
55
cd ${{github.workspace}}/build
56
ctest
0 commit comments