From bfcac73e7205f3c7586cb7d01e627d7ed78fa1fa Mon Sep 17 00:00:00 2001 From: Justin Bronder Date: Mon, 30 Oct 2023 16:58:21 -0400 Subject: [PATCH] github: use https when cloning poky Signed-off-by: Justin Bronder --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fafd449..babbce8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: sstate-openrc- sstate- - name: Clone Poky - run: git clone -b ${{ env.OE_BRANCH }} git://git.yoctoproject.org/poky + run: git clone -b ${{ env.OE_BRANCH }} https://git.yoctoproject.org/poky - name: Initialize build directory run: | source poky/oe-init-build-env build