From ff3ffb4bc13127658645a7b350ee56f441e1fcf1 Mon Sep 17 00:00:00 2001 From: Rick Vogel Date: Fri, 18 Nov 2022 14:02:24 +0100 Subject: [PATCH] removed qtpositioning from qt modules --- .github/workflows/cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 2459a089..fc47889f 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -298,7 +298,7 @@ jobs: version: "5.15.2" target: "desktop" install-deps: "true" - modules: "qtwebengine qtpositioning" + modules: "qtwebengine" cached: ${{ steps.cache-qt-5-15.outputs.cache-hit }} setup-python: "false" tools: "" @@ -312,7 +312,7 @@ jobs: version: "6.2.4" target: "desktop" install-deps: "true" - modules: "qtwebengine qtpositioning" + modules: "qtwebengine" cached: ${{ steps.cache-qt-6-2.outputs.cache-hit }} setup-python: "false" tools: ""