From d18f8d5c2d82b209093b2feaa8921a4792b71d59 Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Tue, 21 Feb 2023 14:01:49 +0100 Subject: [PATCH] ci: use multi-config generator on the multi-config test (#22352) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 23ced47c6d..ef0a17ce1d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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