mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 13:05:20 +01:00
Add vs16 for msvc ci
This commit is contained in:
parent
e4d9e10ac3
commit
3dcb2ce2ef
2
.github/workflows/win-latest-msvc.yaml
vendored
2
.github/workflows/win-latest-msvc.yaml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
vs: ["Visual Studio 2020"]
|
vs: [vs17, vs16]
|
||||||
build: [Debug, Release]
|
build: [Debug, Release]
|
||||||
platform: [Win32, x64]
|
platform: [Win32, x64]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user