neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit d18f8d5c2d82b209093b2feaa8921a4792b71d59
parent 2d99830706a8560ac6f4668b4a384afc776cc7f4
Author: dundargoc <33953936+dundargoc@users.noreply.github.com>
Date:   Tue, 21 Feb 2023 14:01:49 +0100

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


Diffstat:
M.github/workflows/build.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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