forked from TrueCloudLab/rclone
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
73bb9322f5
commit
121b981b49
1 changed files with 0 additions and 2 deletions
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 a new issue