Skip to content

Commit cfd260b

Browse files
committed
ci: github: use gnu rsync
1 parent e6a72a0 commit cfd260b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cmake-build-ci.gen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ function steps_getdeps($os_vnd) {
226226
if ($os_vnd === "macOS") :
227227
?>
228228
run: |
229-
brew install bison flex libevent pkg-config sphinx-doc ${INSTALL_MEMCACHED}
229+
brew install bison flex libevent pkg-config rsync sphinx-doc ${INSTALL_MEMCACHED}
230230
brew services stop memcached || true
231231
echo MEMCACHED_BINARY="/usr/local/bin/memcached" >> ${GITHUB_ENV}
232232
<?php

.github/workflows/cmake-build-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Install dependencies (macOS)
5252
if: runner.os == 'macOS'
5353
run: |
54-
brew install bison flex libevent pkg-config sphinx-doc ${INSTALL_MEMCACHED}
54+
brew install bison flex libevent pkg-config rsync sphinx-doc ${INSTALL_MEMCACHED}
5555
brew services stop memcached || true
5656
echo MEMCACHED_BINARY="/usr/local/bin/memcached" >> ${GITHUB_ENV}
5757
- name: Build memcached
@@ -130,7 +130,7 @@ jobs:
130130
- name: Install dependencies (macOS)
131131
if: runner.os == 'macOS'
132132
run: |
133-
brew install bison flex libevent pkg-config sphinx-doc ${INSTALL_MEMCACHED}
133+
brew install bison flex libevent pkg-config rsync sphinx-doc ${INSTALL_MEMCACHED}
134134
brew services stop memcached || true
135135
echo MEMCACHED_BINARY="/usr/local/bin/memcached" >> ${GITHUB_ENV}
136136
- name: Build memcached

0 commit comments

Comments
 (0)