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:
|
||||
version: "6.6.*"
|
||||
cache: true
|
||||
modules: 'qtwebengine qtwebview qtwebsockets qtshadertools qtwebchannel'
|
||||
modules: 'qtshadertools'
|
||||
|
||||
- name: Set reusable strings
|
||||
id: strings
|
||||
|
|
|
@ -41,7 +41,6 @@ find_package(Qt6 ${QT_MIN_VERSION} REQUIRED COMPONENTS
|
|||
Widgets
|
||||
Network
|
||||
QuickControls2
|
||||
WebView
|
||||
Concurrent
|
||||
Test)
|
||||
if (BUILD_WEBVIEW)
|
||||
|
|
Loading…
Add table
Reference in a new issue