ci: add goproxy
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m53s

This commit is contained in:
Zpekii
2026-01-25 14:13:52 +08:00
parent 41b2458f0d
commit 4a0b8404f1

View File

@@ -13,6 +13,7 @@ jobs:
- /var/data/zApps/bin/docker/docker:/usr/bin/docker
steps:
- run: echo "GOPATH=/var/data/zUser/apps/go" >> $GITHUB_ENV
- run: echo "GOPROXY=https://goproxy.cn,direct" >> $GITHUB_ENV
- run: echo "PATH=/var/data/zApps/bin:/var/data/zUser/apps/node/bin:/var/data/zUser/apps/go/bin:/var/data/zApps/go/bin:$PATH" >> $GITHUB_ENV
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"