Skip to content

Commit 69276d7

Browse files
authored
Update build-armbian.yml
1 parent 7a2005a commit 69276d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-armbian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
if: ${{ steps.init.outputs.status }} == 'success' && !cancelled()
158158
run: |
159159
df -hT ${PWD}
160-
git clone -q --single-branch --depth=1 --branch=main https://github.com/armbian/build.git build
160+
git clone -q --single-branch --depth=1 --branch=main https://github.com/andyfanybo/armbian-build.git build
161161
ln -sf /builder/build ${GITHUB_WORKSPACE}/build
162162
ln -sf /builder/build /home/runner/work/_actions/ophub/amlogic-s9xxx-armbian/main/build
163163
echo "status=success" >> ${GITHUB_OUTPUT}

0 commit comments

Comments
 (0)