Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using `bash` puts `/mingw64/bin` first in the path but the compiler from `/c/mingw64/bin` is used. This leads to errors running the tests: "Exit code 0xc0000139" (DLL issue) which are related to the use of `thread_local`. Using the powershell works in all cases.
- Loading branch information