From d396785883953296812fbac6e55252e5140dbd22 Mon Sep 17 00:00:00 2001
From: "Christoph M. Becker" <cmbecker69@gmx.de>
Date: Sun, 29 Sep 2024 19:29:15 +0200
Subject: [PATCH] Use caching for Windows CI

---
 .github/workflows/config.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml
index b16e9ce..ffac06a 100644
--- a/.github/workflows/config.yml
+++ b/.github/workflows/config.yml
@@ -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: