Try using msystem instead.
This commit is contained in:
parent
90a8a6511d
commit
78f930b3bf
1 changed files with 2 additions and 1 deletions
3
.github/workflows/windows-msys.yml
vendored
3
.github/workflows/windows-msys.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
runs-on: windows-latest
|
||||
defaults:
|
||||
run:
|
||||
shell: mingw64 {0}
|
||||
shell: msys2 {0}
|
||||
strategy:
|
||||
max-parallel: 10
|
||||
fail-fast: false
|
||||
|
@ -26,6 +26,7 @@ jobs:
|
|||
- uses: msys2/setup-msys2@v2
|
||||
with:
|
||||
update: true
|
||||
msystem: mingw64
|
||||
install: >-
|
||||
ccache
|
||||
clang
|
||||
|
|
Loading…
Reference in a new issue