See these logs: * https://github.com/alexrp/zig-msbuild-sdk/actions/runs/1215768810 * https://github.com/alexrp/zig-msbuild-sdk/actions/runs/1215823335 Some examples: ``` ZIGCOMPILE : error : unable to build glibc shared objects: FileNotFound [/Users/runner/work/zig-msbuild-sdk/zig-msbuild-sdk/src/samples/cxxexe/cxxexe.cxxproj] ``` ``` ZIGCOMPILE : error : unable to build glibc CRT file: BuildingLibCObjectFailed [/Users/runner/work/zig-msbuild-sdk/zig-msbuild-sdk/src/samples/cxxexe/cxxexe.cxxproj] ``` ``` ZIGCOMPILE : error : unable to build mingw-w64 CRT file: BuildingLibCObjectFailed [/Users/runner/work/zig-msbuild-sdk/zig-msbuild-sdk/src/samples/cexe/cexe.cproj] ```