File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ gcc --version
1717cd " $( cygpath ${GITHUB_WORKSPACE} ) "
1818sed -i.bak ' s|$(GIT) svn info|./.github/scripts/svn-info.sh|' src/include/Makefile.win
1919curl -sSL https://curl.se/ca/cacert.pem > etc/curl-ca-bundle.crt
20- ./tools/rsync-recommended
20+ # ./tools/rsync-recommended
21+ ./.github/scripts/wget-recommended.sh
2122./.github/scripts/svn-info.sh
2223
2324# Download the TCL bundle required by tcltk package
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ gcc --version
1717cd " $( cygpath ${GITHUB_WORKSPACE} ) "
1818sed -i.bak ' s|$(GIT) svn info|./.github/scripts/svn-info.sh|' src/include/Makefile.win
1919curl -sSL https://curl.se/ca/cacert.pem > etc/curl-ca-bundle.crt
20- ./tools/rsync-recommended
20+ # ./tools/rsync-recommended
21+ ./.github/scripts/wget-recommended.sh
2122./.github/scripts/svn-info.sh
2223
2324# Download the TCL bundle required by tcltk package
You can’t perform that action at this time.
0 commit comments