Update ci workflows

This commit is contained in:
ado
2023-08-07 01:16:45 +02:00
parent 07373ea043
commit 80c189f9c5
6 changed files with 7 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ jobs:
build: [Debug, Release]
platform: [Win32, x64]
name: "${{matrix.config.vs}}:${{matrix.platform}}:${{matrix.build}}"
name: ${{matrix.config.vs}}: ${{matrix.platform}}: ${{matrix.build}}
steps:
- name: checkout