diff options
author | culler <culler> | 2021-02-12 01:46:21 (GMT) |
---|---|---|
committer | culler <culler> | 2021-02-12 01:46:21 (GMT) |
commit | 840ba03059b7fa3e6995fdf5b6ba2f4f6c9b1023 (patch) | |
tree | 9507a9a0af32aa206bab3bc93967f13ac2a5272a /.github | |
parent | 89fa1f862f5eda2693f5783393adf5352a96a1da (diff) | |
download | tcl-840ba03059b7fa3e6995fdf5b6ba2f4f6c9b1023.zip tcl-840ba03059b7fa3e6995fdf5b6ba2f4f6c9b1023.tar.gz tcl-840ba03059b7fa3e6995fdf5b6ba2f4f6c9b1023.tar.bz2 |
macher 1.1 -> 1.2 (bug fixes) and account for new append syntax.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/mac-build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml index fa946d2..ea640d0 100644 --- a/.github/workflows/mac-build.yml +++ b/.github/workflows/mac-build.yml @@ -13,7 +13,7 @@ jobs: - name: Prepare run: | touch tclStubInit.c tclOOStubInit.c tclOOScript.h - wget https://github.com/culler/macher/releases/download/v1.1/macher + wget https://github.com/culler/macher/releases/download/v1.2/macher sudo cp macher /usr/local/bin sudo chmod a+x /usr/local/bin/macher working-directory: generic @@ -43,7 +43,7 @@ jobs: - name: Prepare run: | touch tclStubInit.c tclOOStubInit.c tclOOScript.h - wget https://github.com/culler/macher/releases/download/v1.1/macher + wget https://github.com/culler/macher/releases/download/v1.2/macher sudo cp macher /usr/local/bin sudo chmod a+x /usr/local/bin/macher mkdir "$HOME/install dir" |