Skip to content

Commit

Permalink
libfuse2
Browse files Browse the repository at this point in the history
Signed-off-by: swurl <[email protected]>
  • Loading branch information
crueter committed Jan 8, 2025
1 parent 17fce42 commit 65c9af7
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 @@ -106,7 +106,7 @@ jobs:
- name: Install Build Dependencies (Linux)
if: runner.os == 'Linux'
run: |
sudo apt-get install libstdc++-12-dev gcc-12 ninja-build
sudo apt-get install libstdc++-12-dev gcc-12 ninja-build libfuse2
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 12
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 12
Expand Down

0 comments on commit 65c9af7

Please sign in to comment.