ci: install libfuse2

This commit is contained in:
Christian Clason
2022-12-02 19:49:36 +01:00
committed by Christian Clason
parent 39bda37d4a
commit cc28f56398

View File

@@ -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