Skip to content
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