mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 13:05:20 +01:00
Fix msvc ci vs version names
This commit is contained in:
parent
3dcb2ce2ef
commit
739077a8db
4
.github/workflows/win-latest-msvc.yaml
vendored
4
.github/workflows/win-latest-msvc.yaml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
vs: [vs17, vs16]
|
vs: ["Visual Studio 16 2019", "Visual Studio 17 2022"]
|
||||||
build: [Debug, Release]
|
build: [Debug, Release]
|
||||||
platform: [Win32, x64]
|
platform: [Win32, x64]
|
||||||
|
|
||||||
@ -37,7 +37,7 @@ jobs:
|
|||||||
run: script/ci_install_deps.sh
|
run: script/ci_install_deps.sh
|
||||||
|
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: cmake -S test -B build -D CMAKE_BUILD_TYPE=Debug
|
run: cmake -S test -B build -D CMAKE_BUILD_TYPE=${{ matrix.build }}
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cmake --build build -j ${{ steps.cores.outputs.count }}
|
run: cmake --build build -j ${{ steps.cores.outputs.count }}
|
||||||
|
Loading…
Reference in New Issue
Block a user