更新 .github/workflows/build.yml
/ build (push) Failing after 19m39s

This commit is contained in:
2026-06-19 10:04:06 +08:00
Unverified
parent 8a2781932c
commit 3fdc4d7abd
+2 -2
View File
@@ -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