build: fix repo url

This commit is contained in:
John Doe
2021-03-28 15:01:12 +08:00
parent acdebb7dcc
commit a087c4804d

View File

@@ -52,7 +52,7 @@ jobs:
#git remote set-branches --add origin openwrt-18.06
#git merge -X theirs --no-edit origin/openwrt-18.06
else
sudo chown $USER:$(id -gn) lede && git clone -b openwrt-18.06-k5.4 --single-branch lede
sudo chown $USER:$(id -gn) lede && git clone -b openwrt-18.06-k5.4 --single-branch https://github.com/immortalwrt/immortalwrt lede
fi
- name: Update feeds and packages