Skip to content

Commit 424dd96

Browse files
committed
rk3328b
1 parent c9fb99b commit 424dd96

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/build.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,11 @@ jobs:
7171
repo sync -c device/common --no-clone-bundle
7272
repo sync -c device/friendlyelec --no-clone-bundle
7373
repo sync -c scripts --no-clone-bundle
74-
repo sync -c scripts/sd-fuse --no-clone-bundle
7574
repo sync -c toolchain --no-clone-bundle
7675
77-
echo "pwd: $PWD"
78-
ls -l
7976
repo sync -c kernel --no-clone-bundle
80-
repo sync -c scripts --no-clone-bundle
81-
repo sync -c scripts/sd-fuse --no-clone-bundle
82-
(cd kernel && git checkout nanopi-r2-v5.15.y)
83-
(cd scripts/sd-fuse && git checkout kernel-5.15.y)
77+
git clone https://github.com/friendlyarm/kernel-rockchip -b nanopi-r2-v5.15.y --depth 1 kernel
78+
cd scripts && git clone https://github.com/friendlyarm/sd-fuse_rk3328 -b kernel-5.15.y --depth 1 sd-fuse
8479
8580
- name: Apply customizations
8681
run: |

0 commit comments

Comments
 (0)