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/*