pin macos qt version to 5
This commit is contained in:
committed by
borgmanJeremy
parent
e5f2257831
commit
bca3c3d669
2
.github/workflows/MacOS-pack.yml
vendored
2
.github/workflows/MacOS-pack.yml
vendored
@@ -48,7 +48,7 @@ jobs:
|
||||
uses: actions/checkout@v1
|
||||
|
||||
- name: Install Qt
|
||||
run: brew install qt cmake
|
||||
run: brew install qt@5 cmake
|
||||
|
||||
- name: Configure
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user