diff --git a/.gitea/workflows/fib-test.yaml b/.gitea/workflows/fib-test.yaml index e092986..5c2be28 100644 --- a/.gitea/workflows/fib-test.yaml +++ b/.gitea/workflows/fib-test.yaml @@ -16,4 +16,8 @@ jobs: - name: List files in the repository run: | 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 }}."