Skip to content

Commit 4d81a42

Browse files
committed
Switch to busybox mirror to make the CI less flaky
1 parent 06861de commit 4d81a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595

9696
# Setup: `busybox`.
9797
- run: |
98-
git clone --depth 1 -b 1_30_1 https://git.busybox.net/busybox/
98+
git clone --depth 1 -b 1_30_1 https://github.com/mirror/busybox
9999
mv ci/busybox.config busybox/.config
100100
make -C busybox ${{ env.MAKE_CROSS_COMPILE }} ${{ env.JOBS }} busybox
101101

0 commit comments

Comments
 (0)