We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
msys2 {0}
1 parent b48a2f7 commit f88e52aCopy full SHA for f88e52a
1 file changed
.github/workflows/ci.yml
@@ -30,6 +30,9 @@ jobs:
30
- { sys: mingw32, env: i686 }
31
- { sys: ucrt64, env: ucrt-x86_64 } # Experimental!
32
- { sys: clang64, env: clang-x86_64 } # Experimental!
33
+ defaults:
34
+ run:
35
+ shell: msys2 {0}
36
steps:
37
- uses: actions/checkout@v2
38
- name: Set up the desired MSYS2 environment
@@ -38,6 +41,4 @@ jobs:
41
msystem: ${{matrix.sys}}
39
42
install: base-devel mingw-w64-${{matrix.env}}-toolchain
40
43
- run: make
- shell: msys2 {0}
44
- run: make test
0 commit comments