We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47ce388 commit b66b30dCopy full SHA for b66b30d
.github/actions/install-fuse/action.yml
@@ -5,11 +5,7 @@ runs:
5
steps:
6
- run: |
7
if [ "${{ runner.os }}" == "Linux" ]; then
8
-<<<<<<< HEAD
9
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)
13
elif [ "${{ runner.os }}" == "macOS" ]; then
14
brew install macfuse
15
fi
0 commit comments