mirror of
https://github.com/curl/curl.git
synced 2026-07-23 13:27:17 +03:00
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:
parent
443a539fcf
commit
0bfd2645ca
1 changed files with 1 additions and 0 deletions
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
|
|
@ -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' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue