summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-07-23 09:49:13 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-07-23 09:49:13 (GMT)
commit95e8a2b516897e961eabd87f446bd182d05d3455 (patch)
tree91221923c0d50fbcc8949f051154b85cc19c4bb1 /.github
parent6cc9524fbbe316cd78104df6eb7929ea58c064aa (diff)
downloadtcl-95e8a2b516897e961eabd87f446bd182d05d3455.zip
tcl-95e8a2b516897e961eabd87f446bd182d05d3455.tar.gz
tcl-95e8a2b516897e961eabd87f446bd182d05d3455.tar.bz2
Missing "env:" label in win-build.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/win-build.yml1
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