Specifically get Qt5 on mac CI

Otherwise we get Qt6
This commit is contained in:
Ziemas 2021-04-20 15:30:27 +02:00
parent d51727dc36
commit 6989149aaa

View file

@ -131,8 +131,8 @@ jobs:
env:
HOMEBREW_NO_ANALYTICS: 1
run: |
brew install qt
brew link qt --force
brew install qt@5
brew link qt@5 --force
mkdir build
- name: Build
working-directory: build
@ -150,8 +150,8 @@ jobs:
env:
HOMEBREW_NO_ANALYTICS: 1
run: |
brew install qt
brew link qt --force
brew install qt@5
brew link qt@5 --force
- name: Build
working-directory: DobieStation
run: |