Skip to content

Commit

Permalink
Try using qtwebenginecore
Browse files Browse the repository at this point in the history
  • Loading branch information
scamille committed Nov 26, 2024
1 parent fd20f6b commit 5c65e54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
modules: qtwebengine qtwebchannel qtpositioning
modules: qtwebenginecore
version: 6.8.*

- name: Get git hash
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
include:
- qt: qt6
qt_version: 6.8.*
qt_modules: qtwebengine qtwebchannel qtpositioning
qt_modules: qtwebenginecore
- architecture: x64
cl_architecture: x64
package_suffix: win64
Expand Down

0 comments on commit 5c65e54

Please sign in to comment.