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
21d1096edf
commit
e70fc05646
2
.github/workflows/win-msvc.yml
vendored
2
.github/workflows/win-msvc.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
||||
|
||||
- name: Configure
|
||||
run: >-
|
||||
cmake -S test -B build --config ${{matrix.build}}
|
||||
cmake -S test -B build -D CMAKE_BUILD_TYPE=${{matrix.build}}
|
||||
-G "${{matrix.config.vs}}" -A ${{matrix.platform}}
|
||||
|
||||
- name: Build
|
||||
|
Loading…
Reference in New Issue
Block a user