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: |
|
||||
if ! [[ -z "${HTTP_PROXY}" ]]; then
|
||||
PROXY_ADDR=http://$(hostname -I | xargs):8118
|
||||
echo "PROXY_ADDR=$PROXY_ADDR" >> $GITHUB_ENV
|
||||
fi
|
||||
|
||||
- name: Get current chromium version
|
||||
|
Loading…
Reference in New Issue
Block a user