Merge pull request #9189 from julek-wolfssl/hostap-vm.yml-cache-check

Fix: Avoids hostap checkout on cache hit
This commit is contained in:
JacobBarthelmeh
2025-09-15 13:21:54 -06:00
committed by GitHub

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: