Skip to content

Commit 2fd53d8

Browse files
committed
No need to explicitly install libfuse anymore
1 parent 820f9a0 commit 2fd53d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
sudo apt-mark hold firefox grub-efi-amd64-signed
3838
sudo apt update && sudo apt upgrade
39-
sudo apt install lcov libfuse2 llvm
39+
sudo apt install lcov llvm
4040
- uses: actions/setup-python@v5
4141
with:
4242
python-version: '>=3.9'

0 commit comments

Comments
 (0)