This commit is contained in:
tooomm
2021-03-09 17:17:07 +01:00
committed by GitHub
parent 18e27ef932
commit b722864caf

View File

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