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 fb44e44d92 #20456

Closes #20512
This commit is contained in:
Viktor Szakats 2026-02-04 02:40:27 +01:00
parent 443a539fcf
commit 0bfd2645ca
No known key found for this signature in database

View file

@ -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' }}