Skip to content

Commit a10e4a2

Browse files
authored
CI: Let install-qt choose the python version (#514)
1 parent a10a0a9 commit a10e4a2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ jobs:
202202
install-deps: "true"
203203
modules: "qtwebengine"
204204
cached: ${{ steps.cache-qt-5-15.outputs.cache-hit }}
205-
setup-python: "false"
206205
tools: ""
207206
set-env: "true"
208207
tools-only: "false"
@@ -216,7 +215,6 @@ jobs:
216215
install-deps: "true"
217216
modules: "qtwebengine qtshadertools"
218217
cached: ${{ steps.cache-qt-6-2.outputs.cache-hit }}
219-
setup-python: "false"
220218
tools: ""
221219
set-env: "true"
222220
tools-only: "false"

0 commit comments

Comments
 (0)