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