From 3fdc4d7abd85597f42be65c453dc1d1ff1a9d137 Mon Sep 17 00:00:00 2001 From: wed15 Date: Fri, 19 Jun 2026 10:04:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.github/workflows/build.ym?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f559313..2578150 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,11 +22,11 @@ jobs: restore-keys: | xmake- - - name: Configure XMake Custom Mirror + - name: Configure Mirror run: | $luaContent = @' function mirror(url) - return url:gsub("github.com", "kkgithub.com") + return url:gsub("github.com", "github.bibk.top") end '@ $luaContent | Out-File -FilePath "github_mirror.lua" -Encoding utf8