We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06861de commit 4d81a42Copy full SHA for 4d81a42
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