File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,7 @@ function steps_getdeps($os_vnd) {
172172 if ($ os_vnd === "macOS " ) :
173173?>
174174 run: |
175+ brew update # we need at least memcached-1.6.10 for the META proto
175176 brew install bison flex sphinx-doc ${INSTALL_MEMCACHED}
176177 brew services stop memcached || true
177178 echo MEMCACHED_BINARY="/usr/local/bin/memcached" >> ${GITHUB_ENV}
@@ -343,7 +344,7 @@ jobs:
343344 with:
344345 repository: memcached/memcached
345346 path: memcached
346- ref: 1.6.7
347+ ref: 1.6.13
347348<?php steps ("Linux " ); ?>
348349349350
Original file line number Diff line number Diff line change 5151 with :
5252 repository : memcached/memcached
5353 path : memcached
54- ref : 1.6.7
54+ ref : 1.6.13
5555 - name : Prepare environment (for cur gnu on ubuntu-20.04)
5656 if : (env.OS_VER=='ubuntu-20.04') && (env.CC_VND=='gnu') && (env.CC_VER=='cur')
5757 run : |
@@ -222,6 +222,7 @@ jobs:
222222 - name : Install dependencies (macOS)
223223 if : runner.os == 'macOS'
224224 run : |
225+ brew update # we need at least memcached-1.6.10 for the META proto
225226 brew install bison flex sphinx-doc ${INSTALL_MEMCACHED}
226227 brew services stop memcached || true
227228 echo MEMCACHED_BINARY="/usr/local/bin/memcached" >> ${GITHUB_ENV}
@@ -296,6 +297,7 @@ jobs:
296297 - name : Install dependencies (macOS)
297298 if : runner.os == 'macOS'
298299 run : |
300+ brew update # we need at least memcached-1.6.10 for the META proto
299301 brew install bison flex sphinx-doc ${INSTALL_MEMCACHED}
300302 brew services stop memcached || true
301303 echo MEMCACHED_BINARY="/usr/local/bin/memcached" >> ${GITHUB_ENV}
You can’t perform that action at this time.
0 commit comments