We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5804f0 commit 5cf13f8Copy full SHA for 5cf13f8
.github/workflows/build-windows.yml
@@ -22,6 +22,7 @@ jobs:
22
arch: ${{matrix.arch}}
23
ts: ${{matrix.ts}}
24
deps: zlib
25
+ cache: true
26
- name: Fetch libmemcached
27
run: curl -OLs https://windows.php.net/downloads/pecl/deps/libmemcached-1.1.1-${{steps.setup-php.outputs.vs}}-${{matrix.arch}}.zip && 7z x libmemcached-1.1.1-${{steps.setup-php.outputs.vs}}-${{matrix.arch}}.zip -o..\deps
28
- name: Enable Developer Command Prompt
0 commit comments