Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docker: only install the posix-version of Mingw.
The version of Mingw provided with Ubuntu 22.04 comes with two alternatives (posix and win32) for handling low-level things like threads and file-access. It seems as if the win32-version does not yet support C17/C++17. Thus, we use the posix-pendant.
- Loading branch information