diff --git a/.github/workflows/BuildRock5ForOpenHD.yaml b/.github/workflows/BuildRock5ForOpenHD.yaml index 9bdcf7955c1e1..d33c40edfb760 100644 --- a/.github/workflows/BuildRock5ForOpenHD.yaml +++ b/.github/workflows/BuildRock5ForOpenHD.yaml @@ -25,7 +25,7 @@ jobs: echo "Branch: ${{ github.ref_name }}" # Set the BRANCH variable to the current branch name - BRANCH="release-rk3588-41" + BRANCH="debug-ardu" # Clone the bsp repository recursively git clone https://github.com/radxa-repo/bsp --recursive