Skip to content

Commit

Permalink
fixup! Fix CI macos download url
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgenco committed May 26, 2024
1 parent 90393f0 commit 48adec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/ci/download_nvim.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ case "$(echo "$RUNNER_OS" | tr "[:upper:]" "[:lower:]")" in
macos)
wget -nv -P /tmp \
"https://github.com/neovim/neovim/releases/download/stable/nvim-macos-x86_64.tar.gz"
tar -C /tmp -xzf /tmp/nvim-macos.tar.gz
tar -C /tmp -xzf /tmp/nvim-macos-x86_64.tar.gz
mv /tmp/nvim-macos ./_nvim
;;
linux)
Expand Down

0 comments on commit 48adec1

Please sign in to comment.