Skip to content

Commit c9fb99b

Browse files
committed
rk3328
1 parent f07698a commit c9fb99b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
run: |
6464
mkdir project
6565
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
6868
6969
repo sync -c friendlywrt --no-clone-bundle
7070
repo sync -c configs --no-clone-bundle
@@ -181,7 +181,7 @@ jobs:
181181
run: |
182182
mkdir project
183183
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 }} \
185185
-m ${{ matrix.CPU }}.xml --repo-url=https://github.com/friendlyarm/repo --no-clone-bundle
186186
187187
repo sync -c kernel --no-clone-bundle

0 commit comments

Comments
 (0)