We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a2005a commit 69276d7Copy full SHA for 69276d7
.github/workflows/build-armbian.yml
@@ -157,7 +157,7 @@ jobs:
157
if: ${{ steps.init.outputs.status }} == 'success' && !cancelled()
158
run: |
159
df -hT ${PWD}
160
- git clone -q --single-branch --depth=1 --branch=main https://github.com/armbian/build.git build
+ git clone -q --single-branch --depth=1 --branch=main https://github.com/andyfanybo/armbian-build.git build
161
ln -sf /builder/build ${GITHUB_WORKSPACE}/build
162
ln -sf /builder/build /home/runner/work/_actions/ophub/amlogic-s9xxx-armbian/main/build
163
echo "status=success" >> ${GITHUB_OUTPUT}
0 commit comments