Skip to content

Commit f88e52a

Browse files
authored
CI (Windows): set msys2 {0} as the default shell for all Windows steps (#247)
1 parent b48a2f7 commit f88e52a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- { sys: mingw32, env: i686 }
3131
- { sys: ucrt64, env: ucrt-x86_64 } # Experimental!
3232
- { sys: clang64, env: clang-x86_64 } # Experimental!
33+
defaults:
34+
run:
35+
shell: msys2 {0}
3336
steps:
3437
- uses: actions/checkout@v2
3538
- name: Set up the desired MSYS2 environment
@@ -38,6 +41,4 @@ jobs:
3841
msystem: ${{matrix.sys}}
3942
install: base-devel mingw-w64-${{matrix.env}}-toolchain
4043
- run: make
41-
shell: msys2 {0}
4244
- run: make test
43-
shell: msys2 {0}

0 commit comments

Comments
 (0)