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:
Juliusz Sosinowicz
2025-09-12 17:10:13 +02:00
parent dc421a0d4c
commit 98ac98db9a

View File

@@ -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: