Skip to content

Commit 9243f1f

Browse files
cmb69m6w6
authored andcommitted
Update libmemcached to 1.1.4 for Windows CI
1 parent 089a367 commit 9243f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache: true
3030
- name: Fetch libmemcached
3131
run: |
32-
set MEMCACHED_FILENAME=libmemcached-1.1.1-${{steps.setup-php.outputs.vs == 'vs17' && 'vs16' || steps.setup-php.outputs.vs}}-${{matrix.arch}}.zip
32+
set MEMCACHED_FILENAME=libmemcached-1.1.4-${{steps.setup-php.outputs.vs == 'vs17' && 'vs16' || steps.setup-php.outputs.vs}}-${{matrix.arch}}.zip
3333
curl -OLs https://downloads.php.net/~windows/pecl/deps/%MEMCACHED_FILENAME% && 7z x %MEMCACHED_FILENAME% -o..\deps
3434
- name: Enable Developer Command Prompt
3535
uses: ilammy/msvc-dev-cmd@v1

0 commit comments

Comments
 (0)