-
-
Notifications
You must be signed in to change notification settings - Fork 598
Add Qt6.8 & Qt6.9 to build action #654
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
.github/workflows/build.yml
Outdated
@@ -17,7 +17,7 @@ jobs: | |||
fail-fast: false | |||
matrix: | |||
os: [ubuntu-20.04, windows-latest, macos-latest] | |||
qt_version: ["5.15", "6.5", "6.6"] | |||
qt_version: ["5.15", "6.5", "6.8"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To build 6.8 , you have to sudo apt install libcups2-dev
.
@Kidev thanks for your help. Everything is building fine with that branch. I'll keep an eye on the aqt repo for a new release in the future. |
Good to hear! aqtsource: 'git+https://github.com/miurahr/aqtinstall.git@master' is better than using my fork |
👍
|
No description provided.