mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 15:00:04 -04:00
ci: fix readme workflow
This commit is contained in:
parent
ec018f1a5f
commit
e6eaefe449
1 changed files with 1 additions and 0 deletions
1
.github/workflows/update-readme.yml
vendored
1
.github/workflows/update-readme.yml
vendored
|
|
@ -17,6 +17,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
NVIM_TAG: stable
|
NVIM_TAG: stable
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt install libfuse2
|
||||||
wget https://github.com/neovim/neovim/releases/download/${NVIM_TAG}/nvim.appimage
|
wget https://github.com/neovim/neovim/releases/download/${NVIM_TAG}/nvim.appimage
|
||||||
chmod u+x nvim.appimage
|
chmod u+x nvim.appimage
|
||||||
mkdir -p ~/.local/share/nvim/site/pack/nvim-treesitter/start
|
mkdir -p ~/.local/share/nvim/site/pack/nvim-treesitter/start
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue