Setup commonmark on Cygwin.
authorWayne Davison <wayne@opencoder.net>
Thu, 23 Jul 2020 19:20:40 +0000 (12:20 -0700)
committerWayne Davison <wayne@opencoder.net>
Thu, 23 Jul 2020 19:20:40 +0000 (12:20 -0700)
.github/workflows/build.yml

index 2742a96fd258532e23bc728500117ae237001b2d..ee39040ea27f0d856d55dbe3f678232d690fd0cd 100644 (file)
@@ -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