File tree 2 files changed +5
-2
lines changed
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) {
172
172
if ($ os_vnd === "macOS " ) :
173
173
?>
174
174
run: |
175
+ brew update # we need at least memcached-1.6.10 for the META proto
175
176
brew install bison flex sphinx-doc ${INSTALL_MEMCACHED}
176
177
brew services stop memcached || true
177
178
echo MEMCACHED_BINARY="/usr/local/bin/memcached" >> ${GITHUB_ENV}
@@ -343,7 +344,7 @@ jobs:
343
344
with:
344
345
repository: memcached/memcached
345
346
path: memcached
346
- ref: 1.6.7
347
+ ref: 1.6.13
347
348
<?php steps ("Linux " ); ?>
348
349
349
350
Original file line number Diff line number Diff line change 51
51
with :
52
52
repository : memcached/memcached
53
53
path : memcached
54
- ref : 1.6.7
54
+ ref : 1.6.13
55
55
- name : Prepare environment (for cur gnu on ubuntu-20.04)
56
56
if : (env.OS_VER=='ubuntu-20.04') && (env.CC_VND=='gnu') && (env.CC_VER=='cur')
57
57
run : |
@@ -222,6 +222,7 @@ jobs:
222
222
- name : Install dependencies (macOS)
223
223
if : runner.os == 'macOS'
224
224
run : |
225
+ brew update # we need at least memcached-1.6.10 for the META proto
225
226
brew install bison flex sphinx-doc ${INSTALL_MEMCACHED}
226
227
brew services stop memcached || true
227
228
echo MEMCACHED_BINARY="/usr/local/bin/memcached" >> ${GITHUB_ENV}
@@ -296,6 +297,7 @@ jobs:
296
297
- name : Install dependencies (macOS)
297
298
if : runner.os == 'macOS'
298
299
run : |
300
+ brew update # we need at least memcached-1.6.10 for the META proto
299
301
brew install bison flex sphinx-doc ${INSTALL_MEMCACHED}
300
302
brew services stop memcached || true
301
303
echo MEMCACHED_BINARY="/usr/local/bin/memcached" >> ${GITHUB_ENV}
You can’t perform that action at this time.
0 commit comments