aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-02-21 14:01:49 +0100
committerGitHub <noreply@github.com>2023-02-21 14:01:49 +0100
commitd18f8d5c2d82b209093b2feaa8921a4792b71d59 (patch)
tree754494159ec7eda27b534ddfec645e193b1de3ae
parent2d99830706a8560ac6f4668b4a384afc776cc7f4 (diff)
downloadrneovim-d18f8d5c2d82b209093b2feaa8921a4792b71d59.tar.gz
rneovim-d18f8d5c2d82b209093b2feaa8921a4792b71d59.tar.bz2
rneovim-d18f8d5c2d82b209093b2feaa8921a4792b71d59.zip
ci: use multi-config generator on the multi-config test (#22352)
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
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