Skip to content

Commit

Permalink
Use setup-php-sdk caching
Browse files Browse the repository at this point in the history
While a new release is pending, it seems worthwhile to make use of the
caching as soon as possible to speed up Windows CI.
  • Loading branch information
cmb69 authored and m6w6 committed Oct 15, 2024
1 parent 25a192c commit 6189c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4
- name: Setup PHP
id: setup-php
uses: php/setup-php-sdk@v0.9
uses: php/setup-php-sdk@d07cd9875fcb041bbfa63c2c592c4e68a137e1ca
with:
version: ${{matrix.version}}
arch: ${{matrix.arch}}
Expand Down

0 comments on commit 6189c32

Please sign in to comment.