From 4662d5c1aa7089d5c29a47d8ff85a4f8767e95fd Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 15 Aug 2025 21:06:46 +0200 Subject: [PATCH] try something 6 --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index edf60a7214..74b1763065 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -61,7 +61,7 @@ jobs: key: ${{ runner.os }}-build-${{ env.cache-name }} - name: 'install build prereqs' - if: ${{ steps.cache-perl-win32-process.outputs.cache-hit != 'true' }} + if: ${{ steps.cache-perl-win32-pkgs.outputs.cache-hit != 'true' }} uses: msys2/setup-msys2@40677d36a502eb2cf0fb808cc9dec31bf6152638 # v2 with: msystem: msys