From 0909cbac7dbd04a49c2858081640be200ff2bdc0 Mon Sep 17 00:00:00 2001 From: db123 Date: Tue, 23 Jun 2026 20:48:21 +0330 Subject: [PATCH] CI: add HTTP_PROXY/HTTPS_PROXY to reach Golang toolchain (temporary solution) --- .gitea/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5809a6a..8415d42 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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: |