Skip to content

Commit a4a24ad

Browse files
Fix hostap repo clone URL
1 parent 0f3c769 commit a4a24ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/hostap-vm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Checkout hostap
8282
if: steps.cache.outputs.cache-hit != 'true'
83-
run: git clone git://w1.fi/hostap.git hostap
83+
run: git clone https://w1.fi/hostap.git hostap
8484

8585
build_uml_linux:
8686
name: Build UML (UserMode Linux)

0 commit comments

Comments
 (0)