fix qt (#4279)
This commit is contained in:
parent
18e27ef932
commit
b722864caf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-builds.yml
vendored
2
.github/workflows/ci-builds.yml
vendored
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue