mirror of
https://github.com/rclone/rclone.git
synced 2024-12-22 23:22:08 +01:00
build: fix brew install --cask syntax for macOS build
This commit is contained in:
parent
121b981b49
commit
dcbe62ab0a
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -125,7 +125,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
brew update
|
||||
brew cask install osxfuse
|
||||
brew install --cask osxfuse
|
||||
if: matrix.os == 'macOS-latest'
|
||||
|
||||
- name: Install Libraries on Windows
|
||||
|
Loading…
Reference in New Issue
Block a user