Skip to content

Commit

Permalink
Forgot to uncompress the tarball.
Browse files Browse the repository at this point in the history
  • Loading branch information
akenmorris committed Feb 23, 2024
1 parent 7591466 commit d288e0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/copy_artifact.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ if [[ "$PLATFORM" == "windows" ]]; then
# https://repo.msys2.org/msys/x86_64/libzstd-1.5.2-1-x86_64.pkg.tar.zst
# https://repo.msys2.org/msys/x86_64/libxxhash-0.8.1-1-x86_64.pkg.tar.zst
curl.exe --output windows_rsync.tar.gz http://www.sci.utah.edu/~amorris/windows_rsync.tar.gz

tar -xzvf windows_rsync.tar.gz

mv usr/bin/* "C:\Program Files\Git\usr\bin\\"
echo "rsync installed on windows runner"
Expand Down

0 comments on commit d288e0d

Please sign in to comment.