mirror of
https://github.com/red0124/ssp.git
synced 2026-08-01 09:57:46 +02:00
Fix msvc ci configure step
This commit is contained in:
@@ -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