Skip to content

Commit 0464c55

Browse files
authored
Update to latest setup-php-sdk version (#1726)
1 parent 1766af8 commit 0464c55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/windows/prepare-build/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,13 @@ runs:
3131
3232
- name: Setup PHP SDK
3333
id: setup-php
34-
uses: php/setup-php-sdk@v0.9
34+
uses: php/setup-php-sdk@v0.10
3535
with:
3636
version: ${{ inputs.version }}
3737
arch: ${{ inputs.arch }}
3838
ts: ${{ inputs.ts }}
3939
deps: openssl
40+
cache: true
4041

4142
- name: Enable Developer Command Prompt
4243
uses: ilammy/msvc-dev-cmd@v1

0 commit comments

Comments
 (0)