diff options
-rw-r--r-- | .github/workflows/win-build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml index 3aa6c27..f8a0a6c 100644 --- a/.github/workflows/win-build.yml +++ b/.github/workflows/win-build.yml @@ -42,6 +42,7 @@ jobs: if ($lastexitcode -ne 0) { throw "nmake exit code: $lastexitcode" } + env: CI_BUILD_WITH_MSVC: 1 gcc: runs-on: windows-latest |