mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-03-30 20:21:53 -04:00
Try a couple different way to fix the build.
This commit is contained in:
6
.github/workflows/ccpp.yml
vendored
6
.github/workflows/ccpp.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user