jurplel / install-qt-action

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

Install Failure on win32 Qt 5.15.2 without py7zrversion 0.16.2 #125

Closed sithlord48 closed 2 years ago

sithlord48 commented 2 years ago

On Windows 32bit I have to force py7zrversion to 0.16.2 to prevent an install failure.

Before: Yml Log After: Yml Log

Ignore the later failure and note the correct install of Qt.

jurplel commented 2 years ago

Does this bug still exist with the updates to v3?

tooomm commented 2 years ago

I'm not sure if @sithlord48 still builds on Windows 32bit. But as I noted in https://github.com/jurplel/install-qt-action/issues/98#issuecomment-1209070596, Windows 32bit builds just fine for us on Qt 5.15.2 with the mentioned configuration. No py7zrversion setting.

jurplel commented 2 years ago

I'm going to close this, please reopen if it's still broken.

sithlord48 commented 2 years ago

Sorry for the late reply None of the projects that i am building with this are using Win32 Or Qt5 any more in the build setup so i can not comment on this . If needed i could setup a test job somewhere to see if its fixed in v3.

jurplel commented 2 years ago

No worries, should be ok.