Fix msvc ci configure step

This commit is contained in:
ado 2023-07-29 15:39:51 +02:00
parent 21d1096edf
commit e70fc05646

View File

@ -51,7 +51,7 @@ jobs:
- name: Configure - name: Configure
run: >- 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}} -G "${{matrix.config.vs}}" -A ${{matrix.platform}}
- name: Build - name: Build