diff --git a/.github/actions/install-fuse/action.yml b/.github/actions/install-fuse/action.yml index 48e832c55..986e6eee7 100644 --- a/.github/actions/install-fuse/action.yml +++ b/.github/actions/install-fuse/action.yml @@ -5,7 +5,7 @@ runs: steps: - run: | if [ "${{ runner.os }}" == "Linux" ]; then - sudo apt-get update && sudo apt-get install -y fuse3 + sudo apt-get update && sudo apt-get install -y fuse3 libfuse3-dev elif [ "${{ runner.os }}" == "macOS" ]; then brew install macfuse fi