Skip to content

Commit

Permalink
No need to explicitly install libfuse anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 20, 2024
1 parent 820f9a0 commit 2fd53d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
sudo apt-mark hold firefox grub-efi-amd64-signed
sudo apt update && sudo apt upgrade
sudo apt install lcov libfuse2 llvm
sudo apt install lcov llvm
- uses: actions/setup-python@v5
with:
python-version: '>=3.9'
Expand Down

0 comments on commit 2fd53d8

Please sign in to comment.