neovim

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

commit 965dbd0e019ab2e2d7db1af57f406d7cf57716d7
parent 310fb2efc36cb65cbbaf5bfc81595f301e98a8b7
Author: dundargoc <gocdundar@gmail.com>
Date:   Sun, 14 Jan 2024 12:29:13 +0100

ci(s390x): enable CI_BUILD

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

diff --git a/.github/workflows/optional.yml b/.github/workflows/optional.yml @@ -43,6 +43,6 @@ jobs: runuser -u qemuci -- git switch pr && runuser -u qemuci -- cmake -S cmake.deps -B .deps -G Ninja -D USE_BUNDLED_LUAJIT=OFF -D USE_BUNDLED_LUA=ON && runuser -u qemuci -- cmake --build .deps && - runuser -u qemuci -- cmake -B build -G Ninja -D PREFER_LUA=ON && + runuser -u qemuci -- cmake -B build -G Ninja -D CI_BUILD=ON -D PREFER_LUA=ON && runuser -u qemuci -- make ${{ matrix.test }} "