mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 08:23:47 +01:00
build: update to fuse3 after bazil.org/fuse update
This commit is contained in:
parent
559157cb58
commit
88c0d78639
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user