Merge pull request #9672 from holtrop-wolfssl/fix-hostap-git-url

Fix hostap repo clone URL
This commit is contained in:
David Garske
2026-01-15 09:49:45 -08:00
committed by GitHub

View File

@@ -80,7 +80,7 @@ jobs:
- name: Checkout hostap
if: steps.cache.outputs.cache-hit != 'true'
run: git clone git://w1.fi/hostap.git hostap
run: git clone https://w1.fi/hostap.git hostap
build_uml_linux:
name: Build UML (UserMode Linux)