Skip to content

Commit

Permalink
ci: Fix the path of neovim (#3623)
Browse files Browse the repository at this point in the history
  • Loading branch information
yutkat authored Feb 10, 2025
1 parent 68eac58 commit 0bdfb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0bdfb7c

Please sign in to comment.