removed qtpositioning from qt modules

This commit is contained in:
Rick Vogel 2022-11-18 14:02:24 +01:00
parent 061daaebe0
commit ff3ffb4bc1
1 changed files with 2 additions and 2 deletions

View File

@ -298,7 +298,7 @@ jobs:
version: "5.15.2" version: "5.15.2"
target: "desktop" target: "desktop"
install-deps: "true" install-deps: "true"
modules: "qtwebengine qtpositioning" modules: "qtwebengine"
cached: ${{ steps.cache-qt-5-15.outputs.cache-hit }} cached: ${{ steps.cache-qt-5-15.outputs.cache-hit }}
setup-python: "false" setup-python: "false"
tools: "" tools: ""
@ -312,7 +312,7 @@ jobs:
version: "6.2.4" version: "6.2.4"
target: "desktop" target: "desktop"
install-deps: "true" install-deps: "true"
modules: "qtwebengine qtpositioning" modules: "qtwebengine"
cached: ${{ steps.cache-qt-6-2.outputs.cache-hit }} cached: ${{ steps.cache-qt-6-2.outputs.cache-hit }}
setup-python: "false" setup-python: "false"
tools: "" tools: ""