Skip to content

Commit 2352719

Browse files
committed
fix redundant env
1 parent e141cd2 commit 2352719

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci-linux.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,13 +171,8 @@ 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
180-
# - uses: bazelbuild/setup-bazelisk@v2
181176
- name: run bazel tests
182177
run: bazel test --test_output=errors --verbose_failures -- //test/...
183178

0 commit comments

Comments
 (0)