ci: fix cross-platform.yml YAML (quote msys2 shell default) so jobs run
This commit is contained in:
parent
0e92156055
commit
040b9326bc
1 changed files with 2 additions and 1 deletions
3
.github/workflows/cross-platform.yml
vendored
3
.github/workflows/cross-platform.yml
vendored
|
|
@ -31,7 +31,8 @@ jobs:
|
|||
windows:
|
||||
runs-on: windows-latest
|
||||
defaults:
|
||||
run: { shell: msys2 {0} }
|
||||
run:
|
||||
shell: 'msys2 {0}'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up MSYS2 (mingw gcc + make)
|
||||
|
|
|
|||
Loading…
Reference in a new issue