@@ -22,11 +22,11 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
xmake-
|
xmake-
|
||||||
|
|
||||||
- name: Configure XMake Custom Mirror
|
- name: Configure Mirror
|
||||||
run: |
|
run: |
|
||||||
$luaContent = @'
|
$luaContent = @'
|
||||||
function mirror(url)
|
function mirror(url)
|
||||||
return url:gsub("github.com", "kkgithub.com")
|
return url:gsub("github.com", "github.bibk.top")
|
||||||
end
|
end
|
||||||
'@
|
'@
|
||||||
$luaContent | Out-File -FilePath "github_mirror.lua" -Encoding utf8
|
$luaContent | Out-File -FilePath "github_mirror.lua" -Encoding utf8
|
||||||
|
|||||||
Reference in New Issue
Block a user