We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ffa0b commit c0121d5Copy full SHA for c0121d5
1 file changed
.github/workflows/build.yml
@@ -43,6 +43,8 @@ jobs:
43
44
- name: Test to create neoVim AppImage
45
run: |
46
+ apt-get update
47
+ apt-get install -y lua-luv
48
chmod +x ./out/pkg2appimage*.AppImage*
49
./out/pkg2appimage*.AppImage* recipes/neovim.yml
50
0 commit comments