Update codeql.yml (test)
This commit is contained in:
parent
be7fb09f79
commit
f944f624a5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue