Skip to content

Commit

Permalink
install fuse3 not fuse2 on linux
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
  • Loading branch information
blt committed Oct 28, 2024
1 parent 33f581c commit 71727dc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/install-fuse/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ runs:
steps:
- run: |
if [ "${{ runner.os }}" == "Linux" ]; then
<<<<<<< HEAD
sudo apt-get update && sudo apt-get install -y fuse3 libfuse3-dev
=======
sudo apt-get update && sudo apt-get install -y fuse
>>>>>>> f07473c (install FUSE dependency)
elif [ "${{ runner.os }}" == "macOS" ]; then
brew install macfuse
fi
Expand Down

0 comments on commit 71727dc

Please sign in to comment.