From: Wayne Davison Date: Fri, 24 Jul 2020 16:57:41 +0000 (-0700) Subject: Install python36 for cygwin [buildall] X-Git-Tag: v3.2.3pre1~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=def96fd7c418733758d88cb2e98997f52a788262;p=thirdparty%2Frsync.git Install python36 for cygwin [buildall] --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 87f4fc8c..0667e71d 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-commonmark + cyg-get make autoconf automake gcc-core libssl-devel libzstd-devel liblz4-devel python36 python36-commonmark echo "::add-path::C:/tools/cygwin/bin" - name: configure run: bash -c './configure --disable-xxhash'