We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebec8b3 commit 2453e78Copy full SHA for 2453e78
.github/workflows/BuildRock5ForOpenHD.yaml
@@ -26,7 +26,7 @@ jobs:
26
- name: prepare build
27
run: |
28
echo "Branch: ${{ github.ref_name }}"
29
- #BRANCH=${{ github.ref_name }}
+ BRANCH=${{ github.ref_name }}
30
git clone https://github.com/radxa-repo/bsp --recursive
31
cd bsp
32
chmod +x bsp
0 commit comments