From d734e35ecf213134de81f5fc21a57900c47d07a9 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 28 Aug 2025 23:08:54 +0200 Subject: [PATCH] Revert "GHA/windows: try fix for perl 5.40.3 bump fallout" This reverts commit 2d22c5c5acba4c1c3a0a9c52142dd30a8042b3fc. --- .github/workflows/windows.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 379b75b871..e285eaafa7 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -499,6 +499,8 @@ jobs: mingw-w64-standalone-downloads: name: 'dl-mingw, CM ${{ matrix.ver }}-${{ matrix.env }} ${{ matrix.name }}' + needs: + - build-cache runs-on: windows-2022 timeout-minutes: 15 defaults: @@ -647,6 +649,16 @@ jobs: PATH="/d/my-cache/${MATRIX_DIR}/bin:$PATH" cmake --build bld --target testdeps + - name: 'cache perl packages' + if: ${{ matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }} + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 + id: cache-perl-win32-pkgs + env: + cache-name: cache-perl-win32-pkgs + with: + path: C:\perl-win32-pkgs + key: ${{ runner.os }}-${{ runner.arch }}-build-${{ env.cache-name }} + - name: 'install test prereqs perl' if: ${{ matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }} timeout-minutes: 5