Nup, you still tell CI to load libwebkitgtk-dev which does not exist any more.
Its not in the code its in the CI setup, `build.yml`, the CI hasn't even gotten to compiling your code yet.
The Windows build doesn't fail (it uses a docker image with pre-installed deps), but devhelp does not configure, possibly because that image doesn't have the requisite dependencies.
Maybe because of webkitgtk, @eht16 is there a even a webkitgtk for windows? Webhelper doesn't configure on windows either.
how do i solve this?