From 19d5d122e6f2e23f93a0ffa0609d5aacbeaeb161 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20L=C3=B3pez?= Date: Sun, 22 Nov 2020 20:15:31 -0300 Subject: [PATCH] GitHub Actions: drop workaround for actions/virtual-environments#1811 This has been fixed upstream by GitHub. --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66ed73b0c..43c6be092 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,12 +23,6 @@ jobs: # brew: automake steps: - - name: Workaround for actions/virtual-environments#1811 - if: runner.os == 'macOS' - run: | - brew untap local/homebrew-openssl - brew untap local/homebrew-python2 - - name: Workaround for actions/cache#403 if: runner.os == 'macOS' run: |