CI: add HTTP_PROXY/HTTPS_PROXY to reach Golang toolchain (temporary solution)
Some checks failed
CI / build (push) Failing after 40s

This commit is contained in:
2026-06-23 20:48:21 +03:30
parent a447e127ec
commit 0909cbac7d

View File

@@ -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: |