if ($os_vnd === "macOS") :
?>
run: |
+ brew update # we need at least memcached-1.6.10 for the META proto
brew install bison flex sphinx-doc ${INSTALL_MEMCACHED}
brew services stop memcached || true
echo MEMCACHED_BINARY="/usr/local/bin/memcached" >> ${GITHUB_ENV}
with:
repository: memcached/memcached
path: memcached
- ref: 1.6.7
+ ref: 1.6.13
<?php steps("Linux"); ?>
- uses: codecov/codecov-action@v1.0.13
with:
repository: memcached/memcached
path: memcached
- ref: 1.6.7
+ ref: 1.6.13
- name: Prepare environment (for cur gnu on ubuntu-20.04)
if: (env.OS_VER=='ubuntu-20.04') && (env.CC_VND=='gnu') && (env.CC_VER=='cur')
run: |
- name: Install dependencies (macOS)
if: runner.os == 'macOS'
run: |
+ brew update # we need at least memcached-1.6.10 for the META proto
brew install bison flex sphinx-doc ${INSTALL_MEMCACHED}
brew services stop memcached || true
echo MEMCACHED_BINARY="/usr/local/bin/memcached" >> ${GITHUB_ENV}
- name: Install dependencies (macOS)
if: runner.os == 'macOS'
run: |
+ brew update # we need at least memcached-1.6.10 for the META proto
brew install bison flex sphinx-doc ${INSTALL_MEMCACHED}
brew services stop memcached || true
echo MEMCACHED_BINARY="/usr/local/bin/memcached" >> ${GITHUB_ENV}