Skip to content

Commit

Permalink
.github/workflows: Install git-annex-remote-rclone on Linux and macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcardle committed Apr 15, 2024
1 parent 85c3cf0 commit 4120ee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4120ee7

Please sign in to comment.