mirror of
https://github.com/red0124/ssp.git
synced 2025-02-02 16:51:12 +01:00
try fix vs ci
This commit is contained in:
parent
b1e44ee9f8
commit
185651a042
8
.github/workflows/vs16.yml
vendored
8
.github/workflows/vs16.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: vs16-ci
|
name: vs19-ci
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -17,7 +17,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
name: windows-vs16
|
name: windows-vs19
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
@ -26,8 +26,8 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- {gen: Visual Studio 16 2019, install: git, arch: Win32}
|
- {gen: Visual Studio 19 2019, install: git, arch: Win32}
|
||||||
- {gen: Visual Studio 16 2019, install: git, arch: x64}
|
- {gen: Visual Studio 19 2019, install: git, arch: x64}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
|
Loading…
Reference in New Issue
Block a user