We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7bdd2da + 5187b83 commit fb11ce6Copy full SHA for fb11ce6
.github/workflows/win-build.yml
@@ -41,6 +41,7 @@ jobs:
41
if ($lastexitcode -ne 0) {
42
throw "nmake exit code: $lastexitcode"
43
}
44
+ env:
45
CI_BUILD_WITH_MSVC: 1
46
gcc:
47
runs-on: windows-latest
0 commit comments