mirror of
https://github.com/rclone/rclone.git
synced 2025-02-13 17:09:36 +01:00
build: revert GitHub actions brew fix since this is now fixed
Revert "build: work around GitHub actions brew problem"
This reverts commit a2fa1370c5
.
This commit is contained in:
parent
53c4191350
commit
98dbbc78ab
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -124,8 +124,6 @@ jobs:
|
|||||||
- name: Install Libraries on macOS
|
- name: Install Libraries on macOS
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
brew untap local/homebrew-openssl # workaround for https://github.com/actions/virtual-environments/issues/1811
|
|
||||||
brew untap local/homebrew-python2 # workaround for https://github.com/actions/virtual-environments/issues/1811
|
|
||||||
brew update
|
brew update
|
||||||
brew cask install osxfuse
|
brew cask install osxfuse
|
||||||
if: matrix.os == 'macOS-latest'
|
if: matrix.os == 'macOS-latest'
|
||||||
|
Loading…
Reference in New Issue
Block a user