@@ -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
|
||||
|
||||
Reference in New Issue
Block a user