Skip to content

Commit 9f4ed01

Browse files
committed
ci: libfuse is needed for appimage to run
1 parent 219b32c commit 9f4ed01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/desktop-linux-test-pull.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
sudo apt-get update
2424
sudo apt install build-essential curl wget file libssl-dev
2525
sudo apt-get install xvfb
26+
# libfuse2 is required for AppImages to run
27+
sudo apt-get install libfuse2
2628
2729
- name: npm install ci deps
2830
env:

0 commit comments

Comments
 (0)