Skip to content

Commit e5804f0

Browse files
committedSep 30, 2024
Use setup-php-sdk caching
While a new release is pending, it seems worthwhile to make use of the caching as soon as possible to speed up Windows CI.
1 parent 2719e1e commit e5804f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717
- name: Setup PHP
1818
id: setup-php
19-
uses: php/setup-php-sdk@v0.9
19+
uses: php/setup-php-sdk@d07cd9875fcb041bbfa63c2c592c4e68a137e1ca
2020
with:
2121
version: ${{matrix.version}}
2222
arch: ${{matrix.arch}}

0 commit comments

Comments
 (0)