ci: Properly install Qt@5 on MacOS

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2021-12-12 15:18:09 +01:00
parent b5cb3440f2
commit d83cdf48b9
1 changed files with 6 additions and 1 deletions

View File

@ -278,10 +278,15 @@ jobs:
/usr/local/Cellar/qt@5
key: qt-${{ matrix.id }}-${{ env.QT_VERSION }}-${{ secrets.CACHE_VERSION }}
- name: "qt: Install"
if: ${{ (github.event_name != 'pull_request') || (steps.qt-cache.outputs.cache-hit != 'true') }}
if: ${{ (github.event_name == 'pull_request') || (steps.qt-cache.outputs.cache-hit != 'true') }}
shell: bash
run: |
brew install qt@5
- name: "qt: Link"
if: ${{ (github.event_name != 'pull_request') && (steps.qt-cache.outputs.cache-hit != 'false') }}
shell: bash
run: |
brew link qt@5
- name: "StreamFX: Configure"
shell: bash
run: |