feat: add Gradle installation step to workflow
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m25s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m25s
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user