Skip to content

Commit b66b30d

Browse files
committed
install fuse3 not fuse2 on linux
Signed-off-by: Brian L. Troutwine <[email protected]>
1 parent 47ce388 commit b66b30d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

-4
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@ runs:
55
steps:
66
- run: |
77
if [ "${{ runner.os }}" == "Linux" ]; then
8-
<<<<<<< HEAD
98
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)
139
elif [ "${{ runner.os }}" == "macOS" ]; then
1410
brew install macfuse
1511
fi

0 commit comments

Comments
 (0)