Compare commits

...
Sign in to create a new pull request.

1 commit
master ... test

Author SHA1 Message Date
Nick Craig-Wood
5adb8a6e8b build: fix build failure on ubuntu 2024-11-21 11:40:16 +00:00

View file

@ -123,7 +123,8 @@ jobs:
sudo modprobe fuse
sudo chmod 666 /dev/fuse
sudo chown root:$USER /etc/fuse.conf
sudo apt-get install fuse3 libfuse-dev rpm pkg-config git-annex git-annex-remote-rclone nfs-common
sudo apt-get update
sudo apt-get install -y fuse3 libfuse-dev rpm pkg-config git-annex git-annex-remote-rclone nfs-common
if: matrix.os == 'ubuntu-latest'
- name: Install Libraries on macOS