summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2021-12-27 15:44:51 -0800
committerWayne Davison <wayne@opencoder.net>2021-12-27 15:52:11 -0800
commit3008e7c2269936672d796d95b85b285fc07adc01 (patch)
treee0d94ed4acdf7fe74f2a7d89063405114f6c9d3c /.github/workflows
parenta2b630c0bb586c9761fd5fc53dc4c212b6dd25df (diff)
downloadrsync-3008e7c2269936672d796d95b85b285fc07adc01.tar.gz
Include "rrsync" in "all" target when `--with-rrsync` was used.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4f5cbf23..a44cd2ab 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
- name: configure
run: ./configure --with-rrsync
- name: make
- run: make all rrsync
+ run: make
- name: install
run: sudo make install
- name: info
@@ -63,7 +63,7 @@ jobs:
- name: configure
run: CPPFLAGS=-I/usr/local/opt/openssl/include/ LDFLAGS=-L/usr/local/opt/openssl/lib/ ./configure --with-rrsync
- name: make
- run: make all rrsync
+ run: make
- name: install
run: sudo make install
- name: info
@@ -103,7 +103,7 @@ jobs:
- name: configure
run: bash -c './configure --with-rrsync'
- name: make
- run: bash -c 'make all rrsync'
+ run: bash -c 'make'
- name: install
run: bash -c 'make install'
- name: info