mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
ci(macos): update to upstream changes in release
macOS release archive now uses `nvim-macos` as extracted directory.
This commit is contained in:
parent
556388b069
commit
a8d4fcb682
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
curl -L https://github.com/neovim/neovim/releases/download/${NVIM_TAG}/nvim-macos.tar.gz | tar -xz
|
||||
sudo ln -s $(pwd)/nvim-osx64/bin/nvim /usr/local/bin
|
||||
sudo ln -s $(pwd)/nvim-macos/bin/nvim /usr/local/bin
|
||||
mkdir -p ~/.local/share/nvim/site/pack/nvim-treesitter/start
|
||||
ln -s $(pwd) ~/.local/share/nvim/site/pack/nvim-treesitter/start
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue