CI: add HTTP_PROXY/HTTPS_PROXY to reach Golang toolchain (temporary solution)
Some checks failed
CI / build (push) Failing after 40s
Some checks failed
CI / build (push) Failing after 40s
This commit is contained in:
@@ -9,7 +9,9 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
GOPROXY: direct
|
# temporary: proxy required due to firewall blocks
|
||||||
|
HTTP_PROXY: http://192.168.100.2:10808
|
||||||
|
HTTPS_PROXY: http://192.168.100.2:10808
|
||||||
steps:
|
steps:
|
||||||
- name: Install system dependencies (Node.js, Git)
|
- name: Install system dependencies (Node.js, Git)
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user