jurplel / install-qt-action

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

when run in host mac m1 ,will this action install arm-support qt version? #141

Closed xiaoyifang closed 2 years ago

xiaoyifang commented 2 years ago

as title.

pzhlkj6612 commented 2 years ago

Hi!

I'm sorry that I have no M1 chip machine so there is no chance to try it. After some googling, I found that you may be only able to install Qt 6.2 and above versions on M1 mac.

References:

And you can try to install Qt on the machine by miurahr/aqtinstall first. aqtinstall is the "backend" of this action.

It would be nice if you post your own conclusions after trying it.

jurplel commented 2 years ago

I believe that aqtinstall should install it if you provide the correct architecture. It probably won't do it by default.

Not sure that aqtinstall does support passing architectures for this so will require a little investigation.