mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
ci: use multi-config generator on the multi-config test (#22352)
This commit is contained in:
parent
2d99830706
commit
d18f8d5c2d
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user