summaryrefslogtreecommitdiffstats
path: root/.github/workflows/onefiledist.yml
diff options
context:
space:
mode:
authorculler <culler>2021-02-15 17:06:47 (GMT)
committerculler <culler>2021-02-15 17:06:47 (GMT)
commit3eb07e538c3bf623b1b048ccf5c866ea118b4e4f (patch)
tree997a14499ab3c3565d3a50cb51451068013c50f9 /.github/workflows/onefiledist.yml
parentcb794e731c3d27894fe2df57ef87416755b2d01d (diff)
downloadtcl-3eb07e538c3bf623b1b048ccf5c866ea118b4e4f.zip
tcl-3eb07e538c3bf623b1b048ccf5c866ea118b4e4f.tar.gz
tcl-3eb07e538c3bf623b1b048ccf5c866ea118b4e4f.tar.bz2
Switch to version 1.3 of macher for the onefiledist
Diffstat (limited to '.github/workflows/onefiledist.yml')
-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