diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-02-21 14:01:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-21 14:01:49 +0100 |
commit | d18f8d5c2d82b209093b2feaa8921a4792b71d59 (patch) | |
tree | 754494159ec7eda27b534ddfec645e193b1de3ae | |
parent | 2d99830706a8560ac6f4668b4a384afc776cc7f4 (diff) | |
download | rneovim-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.yml | 2 |
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 |