From 4d81a424bbc6545e229ee01fa8f9166d3d5e7414 Mon Sep 17 00:00:00 2001 From: Antoni Boucher Date: Fri, 20 Mar 2026 16:17:43 -0400 Subject: [PATCH] Switch to busybox mirror to make the CI less flaky --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d9d49f1..00e2f3f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -95,7 +95,7 @@ jobs: # Setup: `busybox`. - run: | - 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 mv ci/busybox.config busybox/.config make -C busybox ${{ env.MAKE_CROSS_COMPILE }} ${{ env.JOBS }} busybox