]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Try cygwin build again. [buildall]
authorWayne Davison <wayne@opencoder.net>
Mon, 7 Sep 2020 21:23:39 +0000 (14:23 -0700)
committerWayne Davison <wayne@opencoder.net>
Mon, 7 Sep 2020 21:23:39 +0000 (14:23 -0700)
.github/workflows/build.yml

index f15f737b7ff58a406b165783d3cd458ff3dc58a3..37ba83510601a917549895961be69fac1d7c8ff4 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
-        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
+        wget https://download.samba.org/pub/rsync/generated-files/git-version.h || curl https://download.samba.org/pub/rsync/generated-files/git-version.h >git-version.h
         echo "::add-path::C:/tools/cygwin/bin"
     - name: configure
       run: bash -c './configure --disable-xxhash'