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:
@@ -17,3 +17,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
ls ${{ gitea.workspace }}
|
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