8
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3m14s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 3m14s
Details
This commit is contained in:
parent
e86cd5671e
commit
2e1c704518
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue