diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-16 08:39:38 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-16 08:39:38 (GMT) |
commit | a9a6caa4b6712407b1e86473a220dcbce8143410 (patch) | |
tree | 676f873b4dac9b16c6a2985c7c9f7f427bea016c /.github | |
parent | 80eb515f3db2c137084f1d34193b8371cef32bce (diff) | |
parent | 5dc64243f3f775ae55cb5279993393657c99bb0f (diff) | |
download | tcl-a9a6caa4b6712407b1e86473a220dcbce8143410.zip tcl-a9a6caa4b6712407b1e86473a220dcbce8143410.tar.gz tcl-a9a6caa4b6712407b1e86473a220dcbce8143410.tar.bz2 |
Merge 8.7. Fix warning in tclStubInit.c when TCL_UTF_MAX=3
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/onefiledist.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/onefiledist.yml b/.github/workflows/onefiledist.yml index 158542a..df98bec 100644 --- a/.github/workflows/onefiledist.yml +++ b/.github/workflows/onefiledist.yml @@ -55,7 +55,7 @@ jobs: run: | mkdir 1dist touch generic/tclStubInit.c generic/tclOOStubInit.c || true - wget https://github.com/culler/macher/releases/download/v1.2/macher + wget https://github.com/culler/macher/releases/download/v1.3/macher sudo cp macher /usr/local/bin sudo chmod a+x /usr/local/bin/macher echo "VER_PATH=$(cd tools; pwd)/addVerToFile.tcl" >> $GITHUB_ENV |