Skip to content

Commit c33eabc

Browse files
authored
Update setup-php-sdk to 0.10,and enable cache
1 parent 835cc05 commit c33eabc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/nightly.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,14 @@ jobs:
151151
# echo "count value $count,value $value"
152152
- name: Setup PHP
153153
id: setup-php
154-
uses: php/setup-php-sdk@8d9e79bdbce494591e33d542377778613cfca59f
154+
uses: php/setup-php-sdk@0.10
155155
with:
156156
version: ${{matrix.version}}
157157
arch: ${{matrix.arch}}
158158
ts: ${{matrix.ts}}
159159
deps: zlib,zip,libxml,libiconv,libjpeg,edit,libssl,libzip
160+
cache: true
161+
160162
- name: Enable Developer Command Prompt
161163
uses: ilammy/msvc-dev-cmd@v1
162164
with:

0 commit comments

Comments
 (0)