CI: Let install-qt choose the python version (#514)
This commit is contained in:
parent
a10a0a9958
commit
a10e4a244d
|
@ -202,7 +202,6 @@ jobs:
|
||||||
install-deps: "true"
|
install-deps: "true"
|
||||||
modules: "qtwebengine"
|
modules: "qtwebengine"
|
||||||
cached: ${{ steps.cache-qt-5-15.outputs.cache-hit }}
|
cached: ${{ steps.cache-qt-5-15.outputs.cache-hit }}
|
||||||
setup-python: "false"
|
|
||||||
tools: ""
|
tools: ""
|
||||||
set-env: "true"
|
set-env: "true"
|
||||||
tools-only: "false"
|
tools-only: "false"
|
||||||
|
@ -216,7 +215,6 @@ jobs:
|
||||||
install-deps: "true"
|
install-deps: "true"
|
||||||
modules: "qtwebengine qtshadertools"
|
modules: "qtwebengine qtshadertools"
|
||||||
cached: ${{ steps.cache-qt-6-2.outputs.cache-hit }}
|
cached: ${{ steps.cache-qt-6-2.outputs.cache-hit }}
|
||||||
setup-python: "false"
|
|
||||||
tools: ""
|
tools: ""
|
||||||
set-env: "true"
|
set-env: "true"
|
||||||
tools-only: "false"
|
tools-only: "false"
|
||||||
|
|
Loading…
Reference in New Issue