ci: switch to gitea.com action mirrors to bypass github.com network block #27
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user