summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-07-23 12:20:40 -0700
committerWayne Davison <wayne@opencoder.net>2020-07-23 12:20:40 -0700
commit150f3416ac5613b0efecf238c363656ce9bdddc1 (patch)
treefd51bfa6f51a5646243052dfced4ca087a006241 /.github
parentd8941be8cb827e9641825c0aad95b9955036628a (diff)
downloadrsync-150f3416ac5613b0efecf238c363656ce9bdddc1.tar.gz
Setup commonmark on Cygwin.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
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