Skip to content

Commit 4a05380

Browse files
committed
ci: add missing dependency to AppImage generation
1 parent 41f1425 commit 4a05380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: download appimage tools
5555
run: |
56-
sudo apt install libfuse2
56+
sudo apt install libfuse2 libxcb-cursor0
5757
cd build
5858
curl -fsSLO https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
5959
curl -fsLSO https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage

0 commit comments

Comments
 (0)