Skip to content

Commit 33f581c

Browse files
committed
install FUSE dependency
Signed-off-by: Brian L. Troutwine <[email protected]>
1 parent d99dd1c commit 33f581c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/install-fuse/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ runs:
55
steps:
66
- run: |
77
if [ "${{ runner.os }}" == "Linux" ]; then
8+
<<<<<<< HEAD
89
sudo apt-get update && sudo apt-get install -y fuse3 libfuse3-dev
10+
=======
11+
sudo apt-get update && sudo apt-get install -y fuse
12+
>>>>>>> f07473c (install FUSE dependency)
913
elif [ "${{ runner.os }}" == "macOS" ]; then
1014
brew install macfuse
1115
fi

0 commit comments

Comments
 (0)