Skip to content

Commit 73a40e3

Browse files
committed
fix: add libfuse2 for Linux AppImage bundling
linuxdeploy fails on ubuntu-22.04 runners that no longer ship libfuse2.
1 parent 0b362f2 commit 73a40e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/desktop-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: matrix.platform == 'ubuntu-22.04'
3333
run: |
3434
sudo apt-get update
35-
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
35+
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libfuse2
3636
3737
- uses: oven-sh/setup-bun@v2
3838
with:

0 commit comments

Comments
 (0)