Fix compilation on Ubuntu 24.04
Closed this issue · 0 comments
anfragment commented
Description
ubuntu-latest
has migrated to Ubuntu 24.04, which doesn't have the libwebkit2gtk-4.0-dev
package available for installation via apt. This breaks our Linux build pipeline.
Proposed solution
"Compiling Your Project" in Wails's documentation suggests adding the -tags webkit2_41
build tag to wails build
.