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-15 15:12:28 +08:00
parent 3cd01fa71e
commit de25bc3b01

View File

@@ -11,10 +11,6 @@ on:
jobs:
build-and-test:
runs-on: CICD
env:
HTTP_PROXY: http://172.17.0.1:7890
HTTPS_PROXY: https://172.17.0.1:7890
NO_PROXY: localhost,127.0.0.1,::1
steps:
- name: Configure proxy
shell: bash