We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6cf5b2 commit 3f6837aCopy full SHA for 3f6837a
.github/workflows/build.yml
@@ -186,6 +186,11 @@ jobs:
186
repo sync -c scripts/sd-fuse --no-clone-bundle
187
repo sync -c toolchain --no-clone-bundle
188
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
+
194
- name: Download friendlywrt rootfs (non-docker)
195
if: matrix.SET == 'non-docker'
196
uses: robinraju/[email protected]
0 commit comments