8
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3m14s Details

This commit is contained in:
dm 2024-08-13 11:11:19 +08:00
parent e86cd5671e
commit 2e1c704518
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- run: echo "🛠️ The Gitea Actions workflow is now ready to test your code on the runner." - run: echo "🛠️ The Gitea Actions workflow is now ready to test your code on the runner."
- name: Install Go
run: |
apt-get update
apt-get install -y golang
- name: Set Go Proxy - name: Set Go Proxy
run: go env -w GOPROXY=https://goproxy.cn,direct run: go env -w GOPROXY=https://goproxy.cn,direct
- name: Build Docker image - name: Build Docker image