diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2f5a86..b195a4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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