summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorculler <culler>2021-02-15 17:06:47 (GMT)
committerculler <culler>2021-02-15 17:06:47 (GMT)
commit9c5bc7d1de700e3e80126e1cc2459471566aaf9e (patch)
tree997a14499ab3c3565d3a50cb51451068013c50f9
parentcbfdce772a38825e7f2296c43b6b5c4970d83098 (diff)
downloadtcl-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.yml2
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