diff options
-rw-r--r-- | .github/workflows/yoe.yml | 2 |
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 |