mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-24 20:10:02 -08:00
fix qt (#4279)
This commit is contained in:
2
.github/workflows/ci-builds.yml
vendored
2
.github/workflows/ci-builds.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user