]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Try using the Windows version of curl. [buildall]
authorWayne Davison <wayne@opencoder.net>
Mon, 7 Sep 2020 22:11:32 +0000 (15:11 -0700)
committerWayne Davison <wayne@opencoder.net>
Mon, 7 Sep 2020 22:11:32 +0000 (15:11 -0700)
.github/workflows/build.yml

index da01fe73f29e02b33a5400e54bf35ce81afc1e4e..e290be6a4f0eeb32655dda927a822ce7c3bd4778 100644 (file)
@@ -91,8 +91,8 @@ jobs:
         args: install -y --no-progress cygwin cyg-get
     - name: prep
       run: |
-        cyg-get make autoconf automake gcc-core attr libattr-devel python3 python36-commonmark libzstd-devel liblz4-devel libssl-devel wget
-        bash -c 'wget https://download.samba.org/pub/rsync/generated-files/git-version.h'
+        cyg-get make autoconf automake gcc-core attr libattr-devel python3 python36-commonmark libzstd-devel liblz4-devel libssl-devel
+        curl.exe -o git-version.h https://download.samba.org/pub/rsync/generated-files/git-version.h
         echo "::add-path::C:/tools/cygwin/bin"
     - name: configure
       run: bash -c './configure --disable-xxhash'