Skip to content

Commit 8b4a762

Browse files
authored
Merge pull request #16 from Rust-for-Linux/fix/ci
Switch to busybox mirror to make the CI less flaky
2 parents 06861de + 4d81a42 commit 8b4a762

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)