jurplel / install-qt-action

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

p7zip is preinstalled in macos #245

Open batcaveMessi opened 3 weeks ago

batcaveMessi commented 3 weeks ago

https://github.com/jurplel/install-qt-action/issues/244

batcaveMessi commented 3 weeks ago

Nice PR.

And I'm confused why we needed "p7zip" on macOS. I read the docs of py7zr but didn't see the requirement of "p7zip". Maybe I'm missing something?

Is "p7zip" related to External 7-zip extractor § Getting Started — aqtinstall 3.1.16 documentation ?

My guess is, in the earlier versions of macOS GitHub runners, they did not have p7zip, which is used by aqtinstall action so they had to install it every time. In the latest macOS p7zip is pre-installed. Unfortunately, that is pretty much everything I know about this.