Fix: 为build脚本添加代理
This commit is contained in:
@ -9,6 +9,11 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
env:
|
||||||
|
HTTP_PROXY: http://192.168.86.5:7890
|
||||||
|
HTTPS_PROXY: http://192.168.86.5:7890
|
||||||
|
NO_PROXY: localhost,127.0.0.1
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out respository
|
- name: Check out respository
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
|
|||||||
Reference in New Issue
Block a user