diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-07-23 10:08:35 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-07-23 10:08:35 (GMT) |
commit | 5f3d9845e8d3e2e15ec2f6c0f5403f51f3c3985b (patch) | |
tree | 6de083cd828a1a345c8aac28351c6bbc8f92c44b /.github/workflows | |
parent | 7a181a2a287248e853295694393c9a86ddf76dc7 (diff) | |
parent | 95e8a2b516897e961eabd87f446bd182d05d3455 (diff) | |
download | tcl-5f3d9845e8d3e2e15ec2f6c0f5403f51f3c3985b.zip tcl-5f3d9845e8d3e2e15ec2f6c0f5403f51f3c3985b.tar.gz tcl-5f3d9845e8d3e2e15ec2f6c0f5403f51f3c3985b.tar.bz2 |
Merge 8.7
Diffstat (limited to '.github/workflows')
-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 64c9eb4..87a42a9 100644 --- a/.github/workflows/win-build.yml +++ b/.github/workflows/win-build.yml @@ -41,6 +41,7 @@ jobs: if ($lastexitcode -ne 0) { throw "nmake exit code: $lastexitcode" } + env: CI_BUILD_WITH_MSVC: 1 gcc: runs-on: windows-latest |