Update r2s_lean.yml

This commit is contained in:
klever1988
2020-02-25 19:37:44 +08:00
committed by GitHub
parent bec462ae0b
commit 035d2c4fef

View File

@@ -41,9 +41,9 @@ jobs:
run: |
mkdir friendlywrt-rk3328
cd friendlywrt-rk3328
repo init -u https://github.com/friendlyarm/friendlywrt_manifests -b master -m rk3328.xml --repo-url=https://github.com/friendlyarm/repo --no-clone-bundle
repo init -u https://github.com/friendlyarm/friendlywrt_manifests -b master-v19.07.1 -m rk3328.xml --repo-url=https://github.com/friendlyarm/repo --no-clone-bundle
cp ../rk3328-19.xml .repo/manifests/rk3328.xml
repo sync -c --no-clone-bundle
curl https://github.com/friendlyarm/friendlywrt_configs/raw/master-v19.07.1/config_rk3328 > configs/config_rk3328
- name: Mods
run: |