Github CI builds don't run on base Windows 10/11 #2
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Windows .exe builds generated by the Github Actions CI pipeline don't actually run on Windows. Seems to be due to some
codecvt
missing dependency. I've tried several different toolchains (msvc, mingw with different environments) but all of them produce the same problemApparently CI runner
windows-latest
might be less complete in terms of dependencies and whatnot, but usingwindows-2019
makes the build fail with errors on std::filesystem so that's not a solutionThe text was updated successfully, but these errors were encountered: