jurplel / install-qt-action

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

Add 'aqtsource' option that allows overriding where the action sources aqtinstall from #234

Closed timangus closed 1 month ago

timangus commented 2 months ago

In the case where upstream aqtinstall breaks, or is somehow inadequate for a particular use case, it's helpful to be able to point the action at a different repository. This change facilitates this, via the new 'aqtsource' option, whose value is passed directly to pip install when set. When unset the usual aqtinstall+$aqtversion value is used.