Commit 36c9253
ci(one): install libfuse2 so linuxdeploy AppImage can run on ubuntu-22.04
The AppImage bundle step was failing with 'failed to run linuxdeploy'.
linuxdeploy itself ships as an AppImage and needs libfuse2 to start;
APPIMAGE_EXTRACT_AND_RUN=1 only affects child AppImages, not the
runner used to launch linuxdeploy itself. Also install fuse and
desktop-file-utils which linuxdeploy plugins expect.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 6d42a5b commit 36c9253
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
0 commit comments