mirror of
https://github.com/rclone/rclone.git
synced 2025-01-03 04:49:47 +01:00
build: fix homebrew build failures
See: https://github.com/orgs/Homebrew/discussions/4612#discussioncomment-6351357
This commit is contained in:
parent
41296a972a
commit
45032a2122
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -130,8 +130,12 @@ jobs:
|
|||||||
- name: Install Libraries on macOS
|
- name: Install Libraries on macOS
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
brew untap homebrew/core homebrew/cask
|
||||||
|
brew config
|
||||||
brew update
|
brew update
|
||||||
brew install --cask macfuse
|
brew install --cask macfuse
|
||||||
|
env:
|
||||||
|
HOMEBREW_NO_INSTALL_FROM_API: # No value, so brew doesn't rely on homebrew-core / homebrew-cask
|
||||||
if: matrix.os == 'macos-11'
|
if: matrix.os == 'macos-11'
|
||||||
|
|
||||||
- name: Install Libraries on Windows
|
- name: Install Libraries on Windows
|
||||||
|
Loading…
Reference in New Issue
Block a user