Code::Blocks Forums
User forums => General (but related to Code::Blocks) => Topic started by: ollydbg on August 20, 2026, 11:08:22 am
-
Hi, I used to use github action to build the C::B for windows under msys2/UCRT64 platform. It works OK for a long time.
Recently, I see the build error, I found that if I try to enable the "update" of the msys2 packages, then the github action get failed.
If I don't enable the update of the packages, I can build the C::B successfully, but the wxWidgets library is 3.3.2, not the latest wx 3.3.3.
Here is my github project:
https://github.com/asmwarrior/x86-codeblocks-builds
You can see the core script is this one:
https://github.com/asmwarrior/x86-codeblocks-builds/blob/main/.github/workflows/main64.yml
I tweak the yml files for a while, see the change logs of this file, and I can't solve this issue.
Any one can help? Thanks.