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:
|
||||
runs-on: ubuntu-latest
|
||||
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:
|
||||
- name: Install system dependencies (Node.js, Git)
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user