mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Fix Mac Builds (#4844)
This commit is contained in:
parent
e3552fc0ae
commit
8c539351e3
8 changed files with 26 additions and 25 deletions
5
.github/workflows/desktop-build.yml
vendored
5
.github/workflows/desktop-build.yml
vendored
|
|
@ -201,7 +201,7 @@ jobs:
|
|||
- target: Debug # tests only
|
||||
os: macos-latest
|
||||
xcode: 14.2
|
||||
qt_version: 6.*
|
||||
qt_version: 6.5
|
||||
qt_modules: "qtmultimedia qtwebsockets"
|
||||
type: Debug
|
||||
do_tests: 1
|
||||
|
|
@ -251,7 +251,8 @@ jobs:
|
|||
install_qt: ${{matrix.qt_version}}
|
||||
run: |
|
||||
brew update
|
||||
brew install protobuf
|
||||
brew install protobuf@21
|
||||
brew link --force protobuf@21
|
||||
if [[ $install_qt == homebrew ]]; then
|
||||
brew install qt --force-bottle
|
||||
else # for some reason the tests fail with the action installed qt?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue