binary path
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 9s

This commit is contained in:
Gregor Lohaus
2026-03-09 15:26:20 +01:00
parent f114b3a776
commit 5074cb62e3

View File

@@ -24,5 +24,5 @@ jobs:
ls ${{ gitea.workspace }}
- name: build
working-directory: ${{ gitea.workspace }}/Backend
run: gradle build
run: /root/.sdkman/candidates/gradle/9.4.0/bin/gradle build
- run: echo "🍏 This job's status is ${{ job.status }}."