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 f7207ec commit 1c6fdaaCopy full SHA for 1c6fdaa
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Install Dependencies
13
run: |
14
sudo apt-get update
15
- sudo apt-get install cmake ninja-build libx11-dev libgtk-3-dev -y --no-install-recommends
+ sudo apt-get install cmake ninja-build libx11-dev libgtk-3-dev fuse libfuse2 -y --no-install-recommends
16
- name: Configure
17
18
mkdir -p build
0 commit comments