mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 02:40:09 -04:00
ci: install libfuse2
This commit is contained in:
parent
39bda37d4a
commit
cc28f56398
1 changed files with 1 additions and 0 deletions
1
.github/workflows/update-lockfile.yml
vendored
1
.github/workflows/update-lockfile.yml
vendored
|
|
@ -24,6 +24,7 @@ jobs:
|
||||||
wget https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64
|
wget https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64
|
||||||
mv ./jq-linux64 /tmp/jq
|
mv ./jq-linux64 /tmp/jq
|
||||||
chmod +x /tmp/jq
|
chmod +x /tmp/jq
|
||||||
|
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