Another cygwin build attempt. [buildall]
authorWayne Davison <wayne@opencoder.net>
Mon, 7 Sep 2020 21:39:27 +0000 (14:39 -0700)
committerWayne Davison <wayne@opencoder.net>
Mon, 7 Sep 2020 21:46:27 +0000 (14:46 -0700)
.github/workflows/build.yml

index 37ba83510601a917549895961be69fac1d7c8ff4..da01fe73f29e02b33a5400e54bf35ce81afc1e4e 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 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
+        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'
         echo "::add-path::C:/tools/cygwin/bin"
     - name: configure
       run: bash -c './configure --disable-xxhash'