Commit c9fb99b 1 parent f07698a commit c9fb99b Copy full SHA for c9fb99b
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 63
63
run : |
64
64
mkdir project
65
65
cd project
66
- repo init --depth=1 - u https://github.com/friendlyarm/friendlywrt_manifests -b master-v${{ matrix.VERSION }} \
67
- -m rk3399 .xml --repo-url=https://github.com/friendlyarm/repo --no-clone-bundle
66
+ repo init -u https://github.com/friendlyarm/friendlywrt_manifests -b master-v${{ matrix.VERSION }} \
67
+ -m rk3328 .xml --repo-url=https://github.com/friendlyarm/repo --no-clone-bundle
68
68
69
69
repo sync -c friendlywrt --no-clone-bundle
70
70
repo sync -c configs --no-clone-bundle
@@ -181,7 +181,7 @@ jobs:
181
181
run : |
182
182
mkdir project
183
183
cd project
184
- repo init --depth=1 - u https://github.com/friendlyarm/friendlywrt_manifests -b master-v${{ matrix.VERSION }} \
184
+ repo init -u https://github.com/friendlyarm/friendlywrt_manifests -b master-v${{ matrix.VERSION }} \
185
185
-m ${{ matrix.CPU }}.xml --repo-url=https://github.com/friendlyarm/repo --no-clone-bundle
186
186
187
187
repo sync -c kernel --no-clone-bundle
You can’t perform that action at this time.
0 commit comments