fix(vim-patches): ensure libfuse is installed

This commit is contained in:
James McCoy 2022-12-09 09:32:34 -05:00
parent 3cf0131c5c
commit 2ecb401f8b
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB

View File

@ -2,6 +2,7 @@ name: vim-patches
on:
schedule:
- cron: '3 3 * * *'
workflow_dispatch:
jobs:
update-vim-patches:
@ -24,6 +25,8 @@ jobs:
path: ${{ env.VIM_SOURCE_DIR }}
fetch-depth: 0
- run: sudo apt-get install libfuse2
- run: |
gh release download -R neovim/neovim -p nvim.appimage
chmod a+x nvim.appimage