diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-09 09:20:59 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-09 09:20:59 (GMT) |
commit | 1f77972900c9ed890ee4cc373895729857fb73c9 (patch) | |
tree | b7a65068e8ac7d070708555a6415996588b4b226 /.github/workflows | |
parent | ada30043995c1b8c546295a2aae62d04452d7d64 (diff) | |
parent | f67b351466fbc8af63d45a45e05338d6e0b94858 (diff) | |
download | tcl-1f77972900c9ed890ee4cc373895729857fb73c9.zip tcl-1f77972900c9ed890ee4cc373895729857fb73c9.tar.gz tcl-1f77972900c9ed890ee4cc373895729857fb73c9.tar.bz2 |
Merge 8.7
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/win-build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml index 0db4507..341f7ca 100644 --- a/.github/workflows/win-build.yml +++ b/.github/workflows/win-build.yml @@ -11,8 +11,8 @@ jobs: matrix: cfgopt: - "" - - "OPTS=nodep" - - "OPTS=static,staticpkg,msvcrt" + - "CHECKS=nodep" + - "OPTS=static" - "OPTS=symbols" - "OPTS=memdbg" # Using powershell means we need to explicitly stop on failure |