From 7c94e663d852f2def833d5996580e7b8ef0478ed Mon Sep 17 00:00:00 2001 From: Antonio Navarro Perez Date: Thu, 24 Dec 2020 19:54:27 +0100 Subject: [PATCH] Remove macOS workaround to fix build (#26) --- .github/workflows/build.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0efe250..778de23 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -63,10 +63,8 @@ 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 + brew install --cask osxfuse if: matrix.os == 'macOS-latest' - name: Install Libraries on Windows @@ -140,4 +138,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - files: bin/* \ No newline at end of file + files: bin/*