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:
Nick Craig-Wood 2020-12-26 16:32:26 +00:00
parent 73bb9322f5
commit 121b981b49
1 changed files with 0 additions and 2 deletions

View File

@ -124,8 +124,6 @@ jobs:
- name: Install Libraries on macOS
shell: bash
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 cask install osxfuse
if: matrix.os == 'macOS-latest'