Skip to content

Commit f656f8d

Browse files
committed
Do not use rsync on Windows
1 parent 307f31b commit f656f8d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/scripts/win-check.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ gcc --version
1717
cd "$(cygpath ${GITHUB_WORKSPACE})"
1818
sed -i.bak 's|$(GIT) svn info|./.github/scripts/svn-info.sh|' src/include/Makefile.win
1919
curl -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

.github/scripts/win-installer.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ gcc --version
1717
cd "$(cygpath ${GITHUB_WORKSPACE})"
1818
sed -i.bak 's|$(GIT) svn info|./.github/scripts/svn-info.sh|' src/include/Makefile.win
1919
curl -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

0 commit comments

Comments
 (0)