ci: add HTTP(S)_PROXY env and proxy setup
Some checks failed
CI / build-and-test (push) Has been cancelled

This commit is contained in:
SpecialX
2025-12-12 19:26:43 +08:00
parent 205ae6aec6
commit 3cd01fa71e

View File

@@ -10,7 +10,7 @@ on:
jobs:
build-and-test:
runs-on: self-hosted
runs-on: CICD
env:
HTTP_PROXY: http://172.17.0.1:7890
HTTPS_PROXY: https://172.17.0.1:7890