Skip to content

Commit

Permalink
Use caching for Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Sep 29, 2024
1 parent 5d9a52e commit d396785
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ jobs:
uses: actions/checkout@v4
- name: Setup PHP
id: setup-php
uses: php/setup-php-sdk@8d9e79bdbce494591e33d542377778613cfca59f
uses: php/setup-php-sdk@8be2b9c379918263e3ba057707fd14c2af66927c
with:
version: ${{matrix.version}}
arch: ${{matrix.arch}}
ts: ${{matrix.ts}}
cache: true
- name: Enable Developer Command Prompt
uses: ilammy/msvc-dev-cmd@v1
with:
Expand Down

0 comments on commit d396785

Please sign in to comment.