Hence, precompiled binaries do not run on linux system (debian/ubuntu) systems.
Possible solutions :
- install/use system wide qt on ubuntu CI (instead of install-qt-action)
- bundle ci qt version with pre-compiled binaries (and follow https://doc.qt.io/qt-5/linux-deployment.html for deployment/exec with a startup script)
- let the user install qt with aqt and use it. I have tested and it works.