jurplel / install-qt-action

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

Support installing from vcs (fix for qt6.7) #233

Closed MohammadMD1383 closed 1 month ago

MohammadMD1383 commented 2 months ago

please see this comment https://github.com/miurahr/aqtinstall/issues/778#issuecomment-2051931960

they suggest that you may be able to support installing from git repo directly.

that would solve this issue.

thanks.

MohammadMD1383 commented 2 months ago

231

MohammadMD1383 commented 2 months ago

according to the latest comment on that issue, v3.1.13 is released ...

TinyTinni commented 2 months ago

Looks like the version has a * for the patch version. https://github.com/jurplel/install-qt-action/blob/74ca8cd6681420fc8894aed264644c7a76d7c8cb/action/action.yml#L53

Tried my workflow today and it works now with qt 6.7 without any changes.

timangus commented 2 months ago

I've implemented this in #234.

jurplel commented 1 month ago

merged and released—thank you @timangus !