Skip to content

Commit 7bf96e0

Browse files
author
culler
committed
Update macher version in onefiledist.yml so it will work with a thin macOS executable.
1 parent ace71ee commit 7bf96e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/onefiledist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: |
7373
mkdir 1dist
7474
touch generic/tclStubInit.c generic/tclOOStubInit.c || true
75-
wget https://github.com/culler/macher/releases/download/v1.3/macher
75+
wget https://github.com/culler/macher/releases/download/v1.7/macher
7676
sudo cp macher /usr/local/bin
7777
sudo chmod a+x /usr/local/bin/macher
7878
echo "VER_PATH=$(cd tools; pwd)/addVerToFile.tcl" >> $GITHUB_ENV

0 commit comments

Comments
 (0)