This commit is contained in:
tooomm 2021-03-09 17:17:07 +01:00 committed by GitHub
parent 18e27ef932
commit b722864caf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -256,7 +256,7 @@ jobs:
id: brew_install_qt id: brew_install_qt
continue-on-error: true continue-on-error: true
shell: bash shell: bash
run: brew install qt --force-bottle run: brew install qt@5 --force-bottle
- name: Install QT using actions - name: Install QT using actions
if: steps.brew_install_qt.outcome != 'success' if: steps.brew_install_qt.outcome != 'success'