Skip to content

Commit 1a13146

Browse files
committed
fix redundant env
1 parent e141cd2 commit 1a13146

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci-linux.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,6 @@ jobs:
171171

172172
gcc-bazel-unittest:
173173
runs-on: ubuntu-22.04
174-
env:
175-
HTTP_PROXY: http://127.0.0.1:7890 # 假设代理端口是7890
176-
HTTPS_PROXY: http://127.0.0.1:7890
177-
NO_PROXY: localhost,127.0.0.1
178174
steps:
179175
- uses: actions/checkout@v2
180176
# - uses: bazelbuild/setup-bazelisk@v2

0 commit comments

Comments
 (0)