Skip to content

Commit

Permalink
install FUSE dependency
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 d99dd1c commit 33f581c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/install-fuse/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ 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 33f581c

Please sign in to comment.