From a10e4a244d6744c89c7768fdad4bd6c8f285e49a Mon Sep 17 00:00:00 2001 From: Peter Hartmann Date: Sun, 4 May 2025 10:14:17 +0200 Subject: [PATCH] CI: Let install-qt choose the python version (#514) --- .github/workflows/cmake.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 1508a476..f6599cda 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -202,7 +202,6 @@ jobs: install-deps: "true" modules: "qtwebengine" cached: ${{ steps.cache-qt-5-15.outputs.cache-hit }} - setup-python: "false" tools: "" set-env: "true" tools-only: "false" @@ -216,7 +215,6 @@ jobs: install-deps: "true" modules: "qtwebengine qtshadertools" cached: ${{ steps.cache-qt-6-2.outputs.cache-hit }} - setup-python: "false" tools: "" set-env: "true" tools-only: "false"