the mingw-w64 POSIX/Win32 threads split hasn't yet made it into Ubuntu

This commit is contained in:
Fabian Greffrath 2022-01-10 09:37:25 +01:00
parent d89e0a9c68
commit 25d5e49fe5

View File

@ -44,7 +44,7 @@ jobs:
steps:
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install gcc-mingw-w64-x86-64-posix
run: sudo apt-get update && sudo apt-get install gcc-mingw-w64-x86-64
- uses: actions/checkout@v2