diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-11 17:19:38 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-11 17:19:38 (GMT) |
commit | 89fa1f862f5eda2693f5783393adf5352a96a1da (patch) | |
tree | e2ee4f93b80114a71b5a5a62781c9750d1ee1ead /.github/workflows | |
parent | c1a56eb2d1e2e43e4b1e17aef5fd7f1a627db4e4 (diff) | |
download | tcl-89fa1f862f5eda2693f5783393adf5352a96a1da.zip tcl-89fa1f862f5eda2693f5783393adf5352a96a1da.tar.gz tcl-89fa1f862f5eda2693f5783393adf5352a96a1da.tar.bz2 |
macher 1.0 -> 1.1
Diffstat (limited to '.github/workflows')
-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 c0add28..fa946d2 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.0/macher + wget https://github.com/culler/macher/releases/download/v1.1/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.0/macher + wget https://github.com/culler/macher/releases/download/v1.1/macher sudo cp macher /usr/local/bin sudo chmod a+x /usr/local/bin/macher mkdir "$HOME/install dir" |