From 0ce9f97ae45be0cb38b8fbe247a511cb9268271c Mon Sep 17 00:00:00 2001 From: Yuta Katayama <8683947+yutkat@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:55:55 +0900 Subject: [PATCH] ci(neovim): Fix the benchmark --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 77d26fbcd..716a91c31 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -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