We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a530dee commit 6eb81f2Copy full SHA for 6eb81f2
.github/workflows/release.yml
@@ -53,6 +53,7 @@ jobs:
53
54
- name: download appimage tools
55
run: |
56
+ sudo apt install libfuse2
57
cd build
58
curl -fsSLO https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
59
curl -fsLSO https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage
0 commit comments