My workflow has setup-python step followed by setup-ruby. Noticed that the python from msys64 directory is getting invoked, due to it appearing before the Python ...
The DLL search behavior was changed in Python 3.8 so that only system paths and directories added with os.add_dll_directory() are searched for DLLs, see: https://docs ...