From 96d27928e9a885df63d84d5a3634072014916298 Mon Sep 17 00:00:00 2001 From: Yuta Katayama <8683947+yutkat@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:16:52 +0900 Subject: [PATCH] ci: Fix the path of neovim --- .github/workflows/install-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install-test.yml b/.github/workflows/install-test.yml index 9f71b78e1..8935368e1 100644 --- a/.github/workflows/install-test.yml +++ b/.github/workflows/install-test.yml @@ -57,7 +57,7 @@ jobs: - name: Install neovim plugins run: ~/.local/share/zsh/zinit/plugins/neovim---neovim/nvim-linux64/bin/nvim --headless -c 'lua require("lazy").sync({wait = true})' -c 'qall' - name: Install other(vim/tmux) plugins - run: EDITOR=~/.local/share/zsh/zinit/plugins/neovim---neovim/nvim-linux64/bin/nvim plugupdate + run: EDITOR=~/.local/share/zsh/zinit/plugins/neovim---neovim/nvim-linux-x86_64/bin/nvi plugupdate shell: zsh -li --rcs {0} env: TERM: screen-256color