mirror of
https://github.com/redstrate/Astra.git
synced 2025-05-18 07:07:45 +00:00
Remove QtWebView & friends from the CI
This commit is contained in:
parent
664439fa9f
commit
b400a847b2
2 changed files with 1 additions and 2 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
version: "6.6.*"
|
version: "6.6.*"
|
||||||
cache: true
|
cache: true
|
||||||
modules: 'qtwebengine qtwebview qtwebsockets qtshadertools qtwebchannel'
|
modules: 'qtshadertools'
|
||||||
|
|
||||||
- name: Set reusable strings
|
- name: Set reusable strings
|
||||||
id: strings
|
id: strings
|
||||||
|
|
|
@ -41,7 +41,6 @@ find_package(Qt6 ${QT_MIN_VERSION} REQUIRED COMPONENTS
|
||||||
Widgets
|
Widgets
|
||||||
Network
|
Network
|
||||||
QuickControls2
|
QuickControls2
|
||||||
WebView
|
|
||||||
Concurrent
|
Concurrent
|
||||||
Test)
|
Test)
|
||||||
if (BUILD_WEBVIEW)
|
if (BUILD_WEBVIEW)
|
||||||
|
|
Loading…
Add table
Reference in a new issue