From 1b29d44a29c436b85a28e7dbe692b2c55567d8ca Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Sun, 11 Aug 2024 19:06:27 +0200 Subject: [PATCH] Update BuildRock5ForOpenHD.yaml --- .github/workflows/BuildRock5ForOpenHD.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/BuildRock5ForOpenHD.yaml b/.github/workflows/BuildRock5ForOpenHD.yaml index 147e424348439..55e5d32db9e0a 100644 --- a/.github/workflows/BuildRock5ForOpenHD.yaml +++ b/.github/workflows/BuildRock5ForOpenHD.yaml @@ -31,7 +31,7 @@ jobs: BRANCH=${{ github.ref_name }} # Clone the bsp repository recursively - git clone https://github.com/radxa-repo/bsp --recursive + git clone https://github.com/radxa-repo/bsp -b linux-5.10-gen-rkr4.1 --recursive cd bsp # Make the bsp script executable