From 9843fd47f0553b3a83ada2b17b6c39422e61f2d9 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Tue, 7 Sep 2021 20:36:14 -0700 Subject: [PATCH] ci: determined cause of errors --- .github/workflows/ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12eac150e..9ed9ae11a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -306,11 +306,13 @@ jobs: shell: bash working-directory: ${{ runner.workspace }} run: | - #brew tap olive-editor/homebrew - #brew install -f qt5 ffmpeg-olive openimageio-olive opencolorio opentimelineio + # HACK: Workaround for https://github.com/actions/virtual-environments/issues/4020 + rm -rf /usr/local/bin/2to3 + brew update brew upgrade - brew install qt5 ffmpeg openimageio opencolorio + brew tap olive-editor/homebrew + brew install -f qt5 ffmpeg-olive openimageio opencolorio opentimelineio echo "/usr/local/opt/qt@5/bin" >> $GITHUB_PATH - name: Generate Patreon List