From a3ac761b55aac8870f53ca47f3fb73a3f042261c Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Tue, 7 Sep 2021 13:02:09 -0700 Subject: [PATCH] ci: use brew packages with custom tap on macOS --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc1af458c..1d69a8640 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -287,6 +287,9 @@ jobs: - name: Checkout Source Code uses: actions/checkout@v2 + - name: Set up Homebrew + uses: Homebrew/actions/setup-homebrew@master + - name: Automatically Generate Package Name shell: bash env: @@ -303,8 +306,8 @@ jobs: shell: bash working-directory: ${{ runner.workspace }} run: | - $DOWNLOAD_TOOL https://github.com/olive-editor/dependencies/releases/download/continuous/olive-dep-mac-x86_64.tar.gz - sudo tar xzf olive-dep-mac-x86_64.tar.gz -C / + brew tap olive-editor/homebrew + brew install qt5 ffmpeg-olive openimageio-olive opencolorio opentimelineio - name: Generate Patreon List env: