jurplel / install-qt-action

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

[Bug] Automatic arch detection for Android target #133

Closed bexnoss closed 2 years ago

bexnoss commented 2 years ago

https://github.com/jurplel/install-qt-action/blob/7933445fc5670b1ef4eeedb981cf8f14647f2e1a/src/main.ts#L78-L93

should check for target == "android" on line 90, right?

bexnoss commented 2 years ago

Confirmed in aqt: https://github.com/miurahr/aqtinstall/blob/a10cb470d03aeccad67cbc1e9579496ea7a5f23f/aqt/installer.py#L157-L174