summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorculler <culler>2021-02-12 01:46:21 (GMT)
committerculler <culler>2021-02-12 01:46:21 (GMT)
commit840ba03059b7fa3e6995fdf5b6ba2f4f6c9b1023 (patch)
tree9507a9a0af32aa206bab3bc93967f13ac2a5272a /.github
parent89fa1f862f5eda2693f5783393adf5352a96a1da (diff)
downloadtcl-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.yml4
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"