diff options
author | culler <culler> | 2021-02-15 17:06:47 (GMT) |
---|---|---|
committer | culler <culler> | 2021-02-15 17:06:47 (GMT) |
commit | 9c5bc7d1de700e3e80126e1cc2459471566aaf9e (patch) | |
tree | 997a14499ab3c3565d3a50cb51451068013c50f9 | |
parent | cbfdce772a38825e7f2296c43b6b5c4970d83098 (diff) | |
download | tcl-9c5bc7d1de700e3e80126e1cc2459471566aaf9e.zip tcl-9c5bc7d1de700e3e80126e1cc2459471566aaf9e.tar.gz tcl-9c5bc7d1de700e3e80126e1cc2459471566aaf9e.tar.bz2 |
Switch to version 1.3 of macher for the onefiledist
-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 |