Skip to content

Commit 6eb81f2

Browse files
committed
ci: install libfuse for appimage generation
1 parent a530dee commit 6eb81f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)