mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 04:55:20 +01:00
Fix msvc ci configure step
This commit is contained in:
parent
739077a8db
commit
f762736da2
2
.github/workflows/win-latest-msvc.yaml
vendored
2
.github/workflows/win-latest-msvc.yaml
vendored
@ -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=${{ matrix.build }}
|
run: cmake -S test -B build -G ${{ matrix.vs }} -A ${{ matrix.platform }} -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