From: Wayne Davison Date: Thu, 23 Jul 2020 19:20:40 +0000 (-0700) Subject: Setup commonmark on Cygwin. X-Git-Tag: v3.2.3pre1~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=150f3416ac5613b0efecf238c363656ce9bdddc1;p=thirdparty%2Frsync.git Setup commonmark on Cygwin. --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2742a96f..ee39040e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -89,10 +89,10 @@ 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 + cyg-get make autoconf automake gcc-core libssl-devel libzstd-devel liblz4-devel python36-commonmark echo "::add-path::C:/tools/cygwin/bin" - name: configure - run: bash -c './configure --disable-md2man --disable-xxhash' + run: bash -c './configure --disable-xxhash' - name: make run: bash -c 'make' - name: install