Skip to content

Commit 1c6fdaa

Browse files
authored
Fix missing FUSE for Actions
1 parent f7207ec commit 1c6fdaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install Dependencies
1313
run: |
1414
sudo apt-get update
15-
sudo apt-get install cmake ninja-build libx11-dev libgtk-3-dev -y --no-install-recommends
15+
sudo apt-get install cmake ninja-build libx11-dev libgtk-3-dev fuse libfuse2 -y --no-install-recommends
1616
- name: Configure
1717
run: |
1818
mkdir -p build

0 commit comments

Comments
 (0)