From b722864caf50d3e232e768ee2fbb8697bf11356c Mon Sep 17 00:00:00 2001 From: tooomm Date: Tue, 9 Mar 2021 17:17:07 +0100 Subject: [PATCH] fix qt (#4279) --- .github/workflows/ci-builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-builds.yml b/.github/workflows/ci-builds.yml index ce573e1b..b421ea2e 100644 --- a/.github/workflows/ci-builds.yml +++ b/.github/workflows/ci-builds.yml @@ -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'