Skip to content

Commit

Permalink
Fix missing FUSE for Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravbug authored Dec 16, 2022
1 parent f7207ec commit 1c6fdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update
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
- name: Configure
run: |
mkdir -p build
Expand Down

0 comments on commit 1c6fdaa

Please sign in to comment.