fixing workflow
Some checks failed
Build bang-server / Explore-Gitea-Actions (push) Failing after 4s
Some checks failed
Build bang-server / Explore-Gitea-Actions (push) Failing after 4s
This commit is contained in:
@@ -13,10 +13,6 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- run: echo "${{ gitea.repository }} repository has been cloned to the runner."
|
- run: echo "${{ gitea.repository }} repository has been cloned to the runner."
|
||||||
- run: echo "The workflow is now ready to test your code on the runner."
|
- run: echo "The workflow is now ready to test your code on the runner."
|
||||||
- name: Setup Go
|
|
||||||
uses: actions/setup-go@v3
|
|
||||||
with:
|
|
||||||
go-version: '1.24.4'
|
|
||||||
- name: Build the server app
|
- name: Build the server app
|
||||||
run: go build bang.go
|
run: go build bang.go
|
||||||
- name: List files
|
- name: List files
|
||||||
|
|||||||
Reference in New Issue
Block a user