add PROXY_ADDR to env
This commit is contained in:
1
.github/workflows/build_bromite.yaml
vendored
1
.github/workflows/build_bromite.yaml
vendored
@@ -33,6 +33,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
if ! [[ -z "${HTTP_PROXY}" ]]; then
|
if ! [[ -z "${HTTP_PROXY}" ]]; then
|
||||||
PROXY_ADDR=http://$(hostname -I | xargs):8118
|
PROXY_ADDR=http://$(hostname -I | xargs):8118
|
||||||
|
echo "PROXY_ADDR=$PROXY_ADDR" >> $GITHUB_ENV
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Get current chromium version
|
- name: Get current chromium version
|
||||||
|
Reference in New Issue
Block a user