We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0977fe6 commit 2bbb474Copy full SHA for 2bbb474
1 file changed
.github/workflows/desktop-linux-test-pull.yml
@@ -23,6 +23,8 @@ jobs:
23
sudo apt-get update
24
sudo apt install build-essential curl wget file libssl-dev
25
sudo apt-get install xvfb
26
+ # libfuse2 is required for AppImages to run
27
+ sudo apt-get install libfuse2
28
29
- name: npm install ci deps
30
env:
0 commit comments