neovim

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

commit af947f0107d028c9d0001b1d7533d65e3e3d040a
parent e25b99c5b63c91c7a8c57e10013a07e7dd62154c
Author: bfredl <bjorn.linse@gmail.com>
Date:   Sat, 24 May 2025 21:04:08 +0200

ci: bump zig to 0.14.1

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

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml @@ -209,7 +209,7 @@ jobs: - uses: actions/checkout@v4 - uses: mlugg/setup-zig@v2 with: - version: 0.14.0 + version: 0.14.1 - run: sudo apt-get install -y inotify-tools - run: zig build test_nlua0 - run: zig build nvim_bin && ./zig-out/bin/nvim --version