Skip to content

Commit 36c9253

Browse files
os-zhuangCopilot
andcommitted
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

File tree

.github/workflows/one.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
sudo apt-get update
5454
sudo apt-get install -y \
5555
libwebkit2gtk-4.1-dev libssl-dev libayatana-appindicator3-dev \
56-
librsvg2-dev patchelf libgtk-3-dev libsoup-3.0-dev
56+
librsvg2-dev patchelf libgtk-3-dev libsoup-3.0-dev \
57+
libfuse2 fuse desktop-file-utils
5758
5859
- uses: pnpm/action-setup@v4
5960
with:

0 commit comments

Comments
 (0)