Skip to content

Commit

Permalink
ci(neovim): Fix the benchmark (#3625)
Browse files Browse the repository at this point in the history
  • Loading branch information
yutkat committed Feb 10, 2025
1 parent 3360cd8 commit ebe2681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
TERM: screen-256color
ZSHRC_CI_TEST: "true"
- name: Install neovim plugins
run: ~/.local/share/zsh/zinit/plugins/neovim---neovim/nvim-linux64/bin/nvim --headless -c 'lua require("lazy").restore({wait = true})' -c 'qall'
run: ~/.local/share/zsh/zinit/plugins/neovim---neovim/nvim-linux-x86_64/bin/nvim --headless -c 'lua require("lazy").restore({wait = true})' -c 'qall'
- name: Install packages required benchmark
run: pacman -S --noconfirm time
- name: Download previous benchmark data
Expand Down

0 comments on commit ebe2681

Please sign in to comment.