mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 00:13:49 +01:00
.github/workflows: Install git-annex-remote-rclone on Linux and macOS
Issue #7625
This commit is contained in:
parent
af33a4f822
commit
f82822baca
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -124,7 +124,7 @@ 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
|
||||
sudo apt-get install fuse3 libfuse-dev rpm pkg-config git-annex git-annex-remote-rclone
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
|
||||
- name: Install Libraries on macOS
|
||||
@ -137,7 +137,7 @@ jobs:
|
||||
brew untap --force homebrew/cask
|
||||
brew update
|
||||
brew install --cask macfuse
|
||||
brew install git-annex
|
||||
brew install git-annex git-annex-remote-rclone
|
||||
if: matrix.os == 'macos-latest'
|
||||
|
||||
- name: Install Libraries on Windows
|
||||
|
Loading…
Reference in New Issue
Block a user