We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1766af8 commit 0464c55Copy full SHA for 0464c55
.github/actions/windows/prepare-build/action.yml
@@ -31,12 +31,13 @@ runs:
31
32
- name: Setup PHP SDK
33
id: setup-php
34
- uses: php/setup-php-sdk@v0.9
+ uses: php/setup-php-sdk@v0.10
35
with:
36
version: ${{ inputs.version }}
37
arch: ${{ inputs.arch }}
38
ts: ${{ inputs.ts }}
39
deps: openssl
40
+ cache: true
41
42
- name: Enable Developer Command Prompt
43
uses: ilammy/msvc-dev-cmd@v1
0 commit comments