ci: use multi-config generator on the multi-config test (#22352)

This commit is contained in:
dundargoc 2023-02-21 14:01:49 +01:00 committed by GitHub
parent 2d99830706
commit d18f8d5c2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ jobs:
cmake --build .deps
- name: Configure
run: cmake -B build -G Ninja -D CMAKE_C_COMPILER=gcc
run: cmake -B build -G "Ninja Multi-Config" -D CMAKE_C_COMPILER=gcc
- name: Release
run: cmake --build build --config Release