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 Windows ARM support #202

Closed vicr123 closed 8 months ago

vicr123 commented 11 months ago

Windows on ARM also requires a standard desktop Qt installation, however when attempting to use this action with arm, the desktop paths are set instead.

This PR fixes this issue by preferring msvc*_arm64 versions of Qt (the same way android*, ios and wasm* versions are preferred.

jurplel commented 8 months ago

I merged this without noticing it goes into v3. Can you make a PR for master?

Sorry for the delay in getting to this