Skip to content

Commit

Permalink
also install libfuse3-dev
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <[email protected]>
  • Loading branch information
blt committed Oct 24, 2024
1 parent 56cb230 commit 277331e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-fuse/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
steps:
- run: |
if [ "${{ runner.os }}" == "Linux" ]; then
sudo apt-get update && sudo apt-get install -y fuse3
sudo apt-get update && sudo apt-get install -y fuse3 libfuse3-dev
elif [ "${{ runner.os }}" == "macOS" ]; then
brew install macfuse
fi
Expand Down

0 comments on commit 277331e

Please sign in to comment.