File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments