Skip to content

Commit 42605ed

Browse files
Update build_sdk.yml
1 parent 327d854 commit 42605ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_sdk.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
- name: Add Radxa Kernel
4040
run: |
4141
cd kernel
42-
git remote add radxa https://github.com/radxa/kernel.git
43-
git fetch radxa
44-
git checkout -b linux-5.10-gen-rkr8-buildroot remotes/radxa/linux-5.10-gen-rkr8-buildroot
42+
git remote add openhd https://github.com/openhd/linux-rock.git
43+
git fetch openhd
44+
git checkout -b linux-5.10-gen-rkr8-buildroot remotes/openhd/linux-5.10-gen-rkr8-buildroot
4545
4646
- name: Compile Stock Image
4747
run: |

0 commit comments

Comments
 (0)