From: Viktor Szakats Date: Wed, 4 Feb 2026 01:40:27 +0000 (+0100) Subject: GHA/windows: set `lookup-only` in build-cache jobs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bfd2645cad9ebe0cc4277aca1811e1263fa8cda;p=thirdparty%2Fcurl.git GHA/windows: set `lookup-only` in build-cache jobs To save a few seconds by not actually restoring the cache, just checking if there is cache hit. Follow-up to fb44e44d929f4e8eb140e5e1c7bd3a7f4d0e7d58 #20456 Closes #20512 --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 826a0056cb..1b37d0cd50 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -50,6 +50,7 @@ jobs: with: path: C:\my-stunnel key: ${{ runner.os }}-stunnel-${{ env.STUNNEL_VERSION }}-amd64 + lookup-only: true - name: 'install test prereqs (stunnel)' if: ${{ steps.cache-stunnel.outputs.cache-hit != 'true' }}