summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-16 11:48:46 -0700
committerKhem Raj <raj.khem@gmail.com>2022-03-16 14:05:34 -0700
commit38ea7927776ece6b59bc210312b17d84351cdfaa (patch)
treec605e29e257de22ecc47fab037007755e33b4ed9
parentc6d21e91f14129b5d63acf69881f20aea22f35ad (diff)
downloadmeta-clang-38ea7927776ece6b59bc210312b17d84351cdfaa.tar.gz
github/workflows: Fix source uri to use https protocol
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--.github/workflows/yoe.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/yoe.yml b/.github/workflows/yoe.yml
index e635990..a8f878b 100644
--- a/.github/workflows/yoe.yml
+++ b/.github/workflows/yoe.yml
@@ -25,7 +25,7 @@ jobs:
25 submodules: recursive 25 submodules: recursive
26 - name: checkout yoe 26 - name: checkout yoe
27 run: | 27 run: |
28 git clone --recurse-submodules -j8 -b master git://github.com/YoeDistro/yoe-distro.git yoe 28 git clone --recurse-submodules -j8 -b master https://github.com/YoeDistro/yoe-distro.git yoe
29 cd yoe 29 cd yoe
30 git checkout master 30 git checkout master
31 git pull 31 git pull