Fix hostap repo clone URL

This commit is contained in:
Josh Holtrop
2026-01-15 09:30:27 -05:00
parent 0f3c769c44
commit a4a24ad2fe

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)