Download go and build the app
Some checks failed
Gitea Fibonacci test / Explore-Gitea-Actions (push) Failing after 52s

This commit is contained in:
2025-07-23 14:20:07 +02:00
parent afa593b9d9
commit 23544392f6

View File

@@ -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 }}."