Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
With libmsgpackc2
  • Loading branch information
sbernhard authored Jan 27, 2025
1 parent c0121d5 commit 1f3d21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Test to create neoVim AppImage
run: |
apt-get update
apt-get install -y lua-luv
apt-get install -y lua-luv libmsgpackc2
chmod +x ./out/pkg2appimage*.AppImage*
./out/pkg2appimage*.AppImage* recipes/neovim.yml
Expand Down

0 comments on commit 1f3d21a

Please sign in to comment.