Skip to content

Commit 16e45f9

Browse files
authored
Merge pull request #9672 from holtrop-wolfssl/fix-hostap-git-url
Fix hostap repo clone URL
2 parents 7370e31 + a4a24ad commit 16e45f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)