From ae844174b6de20450e3edabc700985afd1db8959 Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Wed, 28 Aug 2024 22:02:06 +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 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