Skip to content

Qt 6.8 #22

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

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
modules: qtwebengine qtwebchannel qtpositioning
version: 6.5.*
modules: qtwebenginecore
version: 6.8.*

- name: Get git hash
id: git_hash
Expand Down Expand Up @@ -103,8 +103,8 @@ jobs:
architecture: [x64, arm64]
include:
- qt: qt6
qt_version: 6.5.*
qt_modules: qtwebengine qtwebchannel qtpositioning
qt_version: 6.8.*
qt_modules: qtwebenginecore
- architecture: x64
cl_architecture: x64
package_suffix: win64
Expand Down
Loading