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:
1
.github/workflows/hostap-vm.yml
vendored
1
.github/workflows/hostap-vm.yml
vendored
@@ -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