Skip to content

Commit 3f6837a

Browse files
committed
rk3288 kernel5.15
1 parent a6cf5b2 commit 3f6837a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,11 @@ jobs:
186186
repo sync -c scripts/sd-fuse --no-clone-bundle
187187
repo sync -c toolchain --no-clone-bundle
188188

189+
echo "pwd: $PWD"
190+
ls -l
191+
(cd kernel && git checkout nanopi-r2-v5.15.y)
192+
(cd scripts/sd-fuse && git checkout kernel-5.15.y)
193+
189194
- name: Download friendlywrt rootfs (non-docker)
190195
if: matrix.SET == 'non-docker'
191196
uses: robinraju/[email protected]

0 commit comments

Comments
 (0)