Fix syntax error in github workflow.
This commit is contained in:
parent
e4b3f1bc69
commit
d392dcf07f
|
|
@ -76,11 +76,10 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include: [
|
||||
{ msystem: MINGW64, env: x86_64 }
|
||||
{ msystem: UCRT64, env: ucrt-x86_64 }
|
||||
{ msystem: CLANG64, env: clang-x86_64 }
|
||||
]
|
||||
include:
|
||||
- { msystem: MINGW64, env: x86_64 }
|
||||
- { msystem: UCRT64, env: ucrt-x86_64 }
|
||||
- { msystem: CLANG64, env: clang-x86_64 }
|
||||
name: 🟪 ${{ matrix.msystem}}
|
||||
defaults:
|
||||
run:
|
||||
|
|
|
|||
Loading…
Reference in New Issue