We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c78b64 commit 6d02f7eCopy full SHA for 6d02f7e
scripts/dobuild.py
@@ -27,7 +27,7 @@
27
qmake = f"{Qtinstallpath}/bin/qmake.exe"
28
elif sys.platform == "linux":
29
pyPathEx = f"/opt/hostedtoolcache/Python/3.12.10/x64/bin/python"
30
- pyDir = f"/opt/hostedtoolcache/Python/{pythonversion}/{arch}/bin/python"
+ pyDir = f"/opt/hostedtoolcache/Python/{pythonversion}/{arch}/bin"
31
pyPath = f"{pyDir}/python.exe"
32
Qtinstallpath = f"/home/runner/work/PyElaWidgetTools/Qt/{qtversion}/{qtarchdir}"
33
qmake = f"{Qtinstallpath}/bin/qmake"
0 commit comments