From 121b981b49f1b5eab6ae8c799f23a6261081a563 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sat, 26 Dec 2020 16:32:26 +0000 Subject: [PATCH] build: revert GitHub actions brew fix since this is now fixed Revert "build: work around GitHub actions brew problem" This reverts commit a2fa1370c513a4ae7a774f26a517fa74cc9f684a. --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 507dc9a3d..f6b40c158 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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'