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: