feat: add Gradle installation step to workflow
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m25s

This commit is contained in:
Your Name
2025-03-27 10:48:07 +01:00
parent e515022768
commit 86c1f7b6e8

View File

@@ -16,4 +16,6 @@ jobs:
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: |
apt update && apt install -y gradle