Download go and build the app
Some checks failed
Gitea Fibonacci test / Explore-Gitea-Actions (push) Failing after 52s
Some checks failed
Gitea Fibonacci test / Explore-Gitea-Actions (push) Failing after 52s
This commit is contained in:
@@ -16,4 +16,8 @@ jobs:
|
|||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
ls ${{ gitea.workspace }}
|
ls ${{ gitea.workspace }}
|
||||||
|
- name: Install go
|
||||||
|
uses: actions/setup-go@v5
|
||||||
|
- name: Build the fib app
|
||||||
|
run: go build
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
|||||||
Reference in New Issue
Block a user