jurplel / install-qt-action

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

tools install error #150

Closed ebesirik closed 2 years ago

ebesirik commented 2 years ago

because the the version variable was undefined, tools install is not working for both aqt 2.0 and 2.1

Warning: The command 'tool' is deprecated and marked for removal in a future version of aqt.
[188](https://github.com/HowdenTurkey/Mailer/runs/7006641699?check_suite_focus=true#step:3:189)
In the future, please use the command 'install-tool' instead.
[189](https://github.com/HowdenTurkey/Mailer/runs/7006641699?check_suite_focus=true#step:3:190)
Invalid version: 'undefined'! Please use the form '5.X.Y'.

I'm using the tools as in documents; tools: 'tools_ifw tools_qtcreator,qt.tools.qtcreator'

VadVergasov commented 2 years ago

I've discovered, that even aqtinstall 1.2.5 is used by default instead of 2.0.0 as written in docs. (Try to use tools_ifw,4.0.0,qt.tools.ifw.40 tools_qtcreator,4.13.2-0,qt.tools.qtcreator) in tools parameter.

ebesirik commented 2 years ago

Hi, I've solved it by using v3 instead

VadVergasov commented 2 years ago

Hi, I've solved it by using v3 instead

Yes, also find, that it's working as documented on master branch