From: Wayne Davison Date: Mon, 27 Sep 2021 17:33:00 +0000 (-0700) Subject: Make cygwin's curl grab the gist file. [buildall] X-Git-Tag: v3.2.4pre1~55 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3814dbb0f4f6242af67ed750cb6e556b973afc1c;p=thirdparty%2Frsync.git Make cygwin's curl grab the gist file. [buildall] --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 530ec19d..1647fd2a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -92,7 +92,7 @@ jobs: - name: prep run: | cyg-get make autoconf automake gcc-core attr libattr-devel python38 python38-pip libzstd-devel liblz4-devel libssl-devel libxxhash0 libxxhash-devel - curl.exe -o git-version.h https://download.samba.org/pub/rsync/generated-files/git-version.h + curl.exe -o git-version.h https://gist.githubusercontent.com/WayneD/c11243fa374fc64d4e42f2855c8e3827/raw/rsync-git-version.h echo "C:/tools/cygwin/bin" >>$Env:GITHUB_PATH - name: commonmark run: bash -c 'python3 -mpip install --user commonmark'