mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
ci: install libfuse2
This commit is contained in:
committed by
Christian Clason
parent
39bda37d4a
commit
cc28f56398
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
|
||||
mv ./jq-linux64 /tmp/jq
|
||||
chmod +x /tmp/jq
|
||||
sudo apt install libfuse2
|
||||
wget https://github.com/neovim/neovim/releases/download/${NVIM_TAG}/nvim.appimage
|
||||
chmod u+x nvim.appimage
|
||||
mkdir -p ~/.local/share/nvim/site/pack/nvim-treesitter/start
|
||||
|
||||
Reference in New Issue
Block a user