1
Fork 0
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:
Joshua Goins 2024-04-26 14:57:06 -04:00
parent 664439fa9f
commit b400a847b2
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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)