Try a couple different way to fix the build.
authorWayne Davison <wayne@opencoder.net>
Wed, 15 Jul 2020 04:32:41 +0000 (21:32 -0700)
committerWayne Davison <wayne@opencoder.net>
Wed, 15 Jul 2020 04:32:41 +0000 (21:32 -0700)
.github/workflows/ccpp.yml

index e4e51c5a110717b2d14b5fe1dfccf2801737d09a..7c843dd100e7750b3b0fc5c9012774582f92d8ab 100644 (file)
@@ -63,11 +63,11 @@ jobs:
     - name: prep
       run: |
         cyg-get make autoconf automake gcc-core gcc-g++ libssl-devel libzstd-devel liblz4-devel
-        echo "::add-path::.C:/tools/cygwin/bin"
+        echo "::add-path::C:/tools/cygwin/bin"
     - name: configure
-      run: bash -c './configure --disable-md2man --disable-xxhash'
+      run: c:/tools/cygwin/bin/bash -c './configure --disable-md2man --disable-xxhash'
     - name: make
-      run: bash -c 'make'
+      run: c:/tools/cygwin/bin/bash -c 'make'
     - name: install
       run: bash -c 'make install'
     - name: info