We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06861de + 4d81a42 commit 8b4a762Copy full SHA for 8b4a762
1 file changed
.github/workflows/ci.yaml
@@ -95,7 +95,7 @@ jobs:
95
96
# Setup: `busybox`.
97
- run: |
98
- git clone --depth 1 -b 1_30_1 https://git.busybox.net/busybox/
+ git clone --depth 1 -b 1_30_1 https://github.com/mirror/busybox
99
mv ci/busybox.config busybox/.config
100
make -C busybox ${{ env.MAKE_CROSS_COMPILE }} ${{ env.JOBS }} busybox
101
0 commit comments