mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-11 10:40:59 +02:00
Fix: Avoids hostap checkout on cache hit
This change prevents the hostap repository from being cloned unnecessarily when the cache is hit, improving workflow efficiency.
This commit is contained in:
@@ -79,6 +79,7 @@ jobs:
|
||||
lookup-only: true
|
||||
|
||||
- name: Checkout hostap
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
run: git clone git://w1.fi/hostap.git hostap
|
||||
|
||||
build_uml_linux:
|
||||
|
||||
Reference in New Issue
Block a user