mirror of
https://github.com/rclone/rclone
synced 2024-11-25 02:47:14 +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 modprobe fuse
|
||||||
sudo chmod 666 /dev/fuse
|
sudo chmod 666 /dev/fuse
|
||||||
sudo chown root:$USER /etc/fuse.conf
|
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'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
|
|
||||||
- name: Install Libraries on macOS
|
- name: Install Libraries on macOS
|
||||||
@ -137,7 +137,7 @@ jobs:
|
|||||||
brew untap --force homebrew/cask
|
brew untap --force homebrew/cask
|
||||||
brew update
|
brew update
|
||||||
brew install --cask macfuse
|
brew install --cask macfuse
|
||||||
brew install git-annex
|
brew install git-annex git-annex-remote-rclone
|
||||||
if: matrix.os == 'macos-latest'
|
if: matrix.os == 'macos-latest'
|
||||||
|
|
||||||
- name: Install Libraries on Windows
|
- name: Install Libraries on Windows
|
||||||
|
Loading…
Reference in New Issue
Block a user