Fix msvc ci configure step

This commit is contained in:
ado 2023-07-29 15:35:29 +02:00
parent b7f6009eb9
commit 72b74a3b64

View File

@ -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}}