Update codeql.yml (test)

This commit is contained in:
isaak654 2023-07-12 17:26:34 +02:00 committed by GitHub
parent be7fb09f79
commit f944f624a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,7 @@ on:
jobs: jobs:
analyze: analyze:
name: Analyze name: Analyze ${{ matrix.configuration }}-${{ matrix.platform }}
runs-on: windows-2019 runs-on: windows-2019
timeout-minutes: 45 timeout-minutes: 45
@ -28,7 +28,6 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
name: ${{ matrix.platform }}-${{ matrix.configuration }}
include: include:
- platform: Win32 - platform: Win32
configuration: SbieRelease configuration: SbieRelease