wxwidgets/.github/workflows
Vadim Zeitlin d088c61b39 Don't install latest Python when running inside container
This doesn't work because the action installs an ABI-incompatible
version of Python 3.10, resulting in errors like the following

python3: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found
(required by /__t/Python/3.10.7/x64/lib/libpython3.10.so.1.0)

so try using the system version (3.6) to avoid this.
2022-10-09 01:49:52 +02:00
..
ci.yml Don't install latest Python when running inside container 2022-10-09 01:49:52 +02:00
ci_cmake.yml Remove CI builds not using C++11 2022-10-07 02:34:11 +02:00
ci_mac.yml CI: fix/simplify httpbin use by standardizing Python version 2022-08-18 21:52:21 +02:00
ci_mac_xcode.yml Restrict job permissions in GitHub actions workflows 2022-06-28 14:00:44 +02:00
ci_msw.yml Restrict job permissions in GitHub actions workflows 2022-06-28 14:00:44 +02:00
ci_msw_cross.yml Explicitly use .exe extension when launching tests under Wine 2022-07-13 01:01:54 +02:00
code_checks.yml Use Doxygen Awesome CSS theme 2022-07-02 16:57:57 +02:00
docs_update.yml Remove doxygen log file if it's empty in the helper script 2022-08-03 19:43:10 +02:00
make_release.yml Fix bug when creating a new release in our gh-release action fork 2022-09-04 17:48:00 +02:00