1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-29 14:43:24 +00:00

build: update to fuse3 after bazil.org/fuse update

This commit is contained in:
Nick Craig-Wood
2023-01-12 16:29:16 +00:00
parent 559157cb58
commit 88c0d78639

View File

@@ -122,7 +122,7 @@ jobs:
sudo modprobe fuse
sudo chmod 666 /dev/fuse
sudo chown root:$USER /etc/fuse.conf
sudo apt-get install fuse libfuse-dev rpm pkg-config
sudo apt-get install fuse3 libfuse-dev rpm pkg-config
if: matrix.os == 'ubuntu-latest'
- name: Install Libraries on macOS