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