Skip to content

Commit

Permalink
github: use https when cloning poky
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Bronder <[email protected]>
  • Loading branch information
jsbronder committed Oct 30, 2023
1 parent deaa59e commit bfcac73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfcac73

Please sign in to comment.