ci: switch to gitea.com action mirrors to bypass github.com network block #27

Merged
dailz merged 13 commits from ci-fix into master 2026-07-14 21:51:50 +08:00
Showing only changes of commit 17c01a040a - Show all commits
+8
View File
@@ -30,6 +30,10 @@ jobs:
build-test:
name: Build + Clippy + Test
runs-on: ubuntu-latest
env:
HTTP_PROXY: http://172.17.0.1:7897
HTTPS_PROXY: http://172.17.0.1:7897
NO_PROXY: localhost,127.0.0.1,server,db,gitea.dailz.cn,gitea.com
steps:
- uses: https://gitea.com/actions/checkout@v4
@@ -76,6 +80,10 @@ jobs:
audit:
name: Security audit (RUSTSEC)
runs-on: ubuntu-latest
env:
HTTP_PROXY: http://172.17.0.1:7897
HTTPS_PROXY: http://172.17.0.1:7897
NO_PROXY: localhost,127.0.0.1,server,db,gitea.dailz.cn,gitea.com
steps:
- uses: https://gitea.com/actions/checkout@v4