Skip to content

Commit c0121d5

Browse files
committed
fix build
1 parent 29ffa0b commit c0121d5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
4444
- name: Test to create neoVim AppImage
4545
run: |
46+
apt-get update
47+
apt-get install -y lua-luv
4648
chmod +x ./out/pkg2appimage*.AppImage*
4749
./out/pkg2appimage*.AppImage* recipes/neovim.yml
4850

0 commit comments

Comments
 (0)