Skip to content

Commit 2bbb474

Browse files
committed
ci: libfuse is needed for appimage to run
1 parent 0977fe6 commit 2bbb474

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.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)