Fix msvc ci yaml issues

This commit is contained in:
ado 2023-07-29 15:37:53 +02:00
parent 72b74a3b64
commit 21d1096edf

View File

@ -51,7 +51,7 @@ jobs:
- name: Configure
run: >-
cmake -S test -B build --config ${{matrix.build}
cmake -S test -B build --config ${{matrix.build}}
-G "${{matrix.config.vs}}" -A ${{matrix.platform}}
- name: Build