jurplel / install-qt-action

Install Qt on your Github Actions workflows with just one simple action
MIT License
459 stars 78 forks source link

Switch to aqtinstall v2 to avoid constantly updating the hard-coded version number of tools #114

Closed pzhlkj6612 closed 2 years ago

pzhlkj6612 commented 2 years ago

We know:

So we need:

Output from aqtinstall v1 when installing the non-existing QIFW 4.0.0:

> aqt tool linux tools_ifw 4.0.0 qt.tools.ifw.40
2021-09-30 01:31:20,378 - aqt - INFO - aqtinstall(aqt) v1.0.0 on Python 3.8.10 [CPython GCC 9.4.0]
2021-09-30 01:31:21,171 - aqt - INFO - Finished installation
2021-09-30 01:31:21,172 - aqt - INFO - Time elapsed: 0.79554108 second

Related: #86 , #101 , #103 , #107 (for README) and #113 (for CI) .