jurplel / install-qt-action

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

Support `qtwebsockets` #192

Closed nrbnlulu closed 1 year ago

nrbnlulu commented 1 year ago

Cmake issues that it can't find the websockets component. https://github.com/qtgql/qtgql/actions/runs/4993721232/jobs/8943241296#step:11:45

ddalcino commented 1 year ago

qtwebsockets is already a supported module; see https://ddalcino.github.io/aqt-list-server/

Your workflow will not install the module if you don't request it.