We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace71ee commit 7bf96e0Copy full SHA for 7bf96e0
.github/workflows/onefiledist.yml
@@ -72,7 +72,7 @@ jobs:
72
run: |
73
mkdir 1dist
74
touch generic/tclStubInit.c generic/tclOOStubInit.c || true
75
- wget https://github.com/culler/macher/releases/download/v1.3/macher
+ wget https://github.com/culler/macher/releases/download/v1.7/macher
76
sudo cp macher /usr/local/bin
77
sudo chmod a+x /usr/local/bin/macher
78
echo "VER_PATH=$(cd tools; pwd)/addVerToFile.tcl" >> $GITHUB_ENV
0 commit comments