Update ci workflows

This commit is contained in:
ado
2023-08-07 01:26:40 +02:00
parent c0ef691889
commit d86c8e9fe8
5 changed files with 15 additions and 12 deletions

View File

@@ -25,8 +25,6 @@ jobs:
run:
shell: bash
runs-on: ${{matrix.config.os}}
strategy:
fail-fast: false
matrix:
@@ -40,6 +38,8 @@ jobs:
build: [Debug, Release]
platform: [Win32, x64]
runs-on: ${{matrix.config.os}}
name: "${{matrix.config.vs}}: ${{matrix.platform}}: ${{matrix.build}}"
steps: