Skip to content

Commit d4f8c9c

Browse files
Merge pull request #9189 from julek-wolfssl/hostap-vm.yml-cache-check
Fix: Avoids hostap checkout on cache hit
2 parents aa8151d + 98ac98d commit d4f8c9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/hostap-vm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
lookup-only: true
8080

8181
- name: Checkout hostap
82+
if: steps.cache.outputs.cache-hit != 'true'
8283
run: git clone git://w1.fi/hostap.git hostap
8384

8485
build_uml_linux:

0 commit comments

Comments
 (0)