In case anyone is interested... I've developed a workflow https://github.com/sciurius/wxGitHubAction/blob/main/.github/workflows/windows.yml that
* Installs Strawberry Perl (currently 5.42.0.1) * Fetches wxWidgets source kit (currently 3.2.9) * Builds wxWidgets using the Strawberry provided compilers and libraries * Builds and installs wxPerl (3.009) It is quite straightforward to use the workflow steps manually on your PC to get a working wxPerl.
