From: Wayne Davison Date: Fri, 24 Jul 2020 17:10:26 +0000 (-0700) Subject: Install python3 for cygwin [buildall] X-Git-Tag: v3.2.3pre1~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92a8855ff3cbe2d5053952678510d27deb057262;p=thirdparty%2Frsync.git Install python3 for cygwin [buildall] --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0667e71d..54172945 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -89,7 +89,7 @@ jobs: args: install -y --no-progress cygwin cyg-get - name: prep run: | - cyg-get make autoconf automake gcc-core libssl-devel libzstd-devel liblz4-devel python36 python36-commonmark + cyg-get make autoconf automake gcc-core libssl-devel libzstd-devel liblz4-devel python3 python36-commonmark echo "::add-path::C:/tools/cygwin/bin" - name: configure run: bash -c './configure --disable-xxhash'