Skip to content

Commit

Permalink
Do not use rsync on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jan 21, 2025
1 parent 307f31b commit f656f8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/scripts/win-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ gcc --version
cd "$(cygpath ${GITHUB_WORKSPACE})"
sed -i.bak 's|$(GIT) svn info|./.github/scripts/svn-info.sh|' src/include/Makefile.win
curl -sSL https://curl.se/ca/cacert.pem > etc/curl-ca-bundle.crt
./tools/rsync-recommended
#./tools/rsync-recommended
./.github/scripts/wget-recommended.sh
./.github/scripts/svn-info.sh

# Download the TCL bundle required by tcltk package
Expand Down
3 changes: 2 additions & 1 deletion .github/scripts/win-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ gcc --version
cd "$(cygpath ${GITHUB_WORKSPACE})"
sed -i.bak 's|$(GIT) svn info|./.github/scripts/svn-info.sh|' src/include/Makefile.win
curl -sSL https://curl.se/ca/cacert.pem > etc/curl-ca-bundle.crt
./tools/rsync-recommended
#./tools/rsync-recommended
./.github/scripts/wget-recommended.sh
./.github/scripts/svn-info.sh

# Download the TCL bundle required by tcltk package
Expand Down

0 comments on commit f656f8d

Please sign in to comment.