mirror of
https://github.com/red0124/ssp.git
synced 2025-12-14 21:59:55 +01:00
Fix msvc ci configure step
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user