mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
fix(vim-patches): ensure libfuse is installed
This commit is contained in:
parent
3cf0131c5c
commit
2ecb401f8b
3
.github/workflows/vim-patches.yml
vendored
3
.github/workflows/vim-patches.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user