mirror of https://github.com/rclone/rclone.git
build: fix brew install --cask syntax for macOS build
This commit is contained in:
parent
121b981b49
commit
dcbe62ab0a
|
@ -125,7 +125,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
brew update
|
brew update
|
||||||
brew cask install osxfuse
|
brew install --cask osxfuse
|
||||||
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