mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 13:05:20 +01:00
Fix msvc ci configure step
This commit is contained in:
parent
b7f6009eb9
commit
72b74a3b64
4
.github/workflows/win-msvc.yml
vendored
4
.github/workflows/win-msvc.yml
vendored
@ -51,8 +51,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: >-
|
run: >-
|
||||||
cmake -S test -B build -G "${{matrix.config.vs}}"
|
cmake -S test -B build --config ${{matrix.build}
|
||||||
-A ${{matrix.platform}} --config ${{matrix.build}}
|
-G "${{matrix.config.vs}}" -A ${{matrix.platform}}
|
||||||
|
|
||||||
- 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