add PROXY_ADDR to env
This commit is contained in:
parent
91741ab63e
commit
002a46b1a7
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user