We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c33eabc commit adf63f8Copy full SHA for adf63f8
.github/workflows/stable.yml
@@ -64,12 +64,13 @@ jobs:
64
ref: ${{ env.ver }}
65
- name: Setup PHP
66
id: setup-php
67
- uses: cmb69/setup-php-sdk@v0.3
+ uses: php/setup-php-sdk@v0.10
68
with:
69
version: ${{matrix.version}}
70
arch: ${{matrix.arch}}
71
ts: ${{matrix.ts}}
72
deps: zlib
73
+ cache: true
74
- name: Download deps
75
run: |
76
curl -L https://github.com/lifenglsf/libmemcached-window-dll-lib/blob/main/${{matrix.arch}}.zip?raw=true -o ${{matrix.arch}}.zip
0 commit comments