Update .forgejo/workflows/action.yml
Some checks failed
Build Gradle project / build-gradle-project (push) Failing after 7s
Some checks failed
Build Gradle project / build-gradle-project (push) Failing after 7s
This commit is contained in:
parent
cf1fed51c3
commit
9c1842d4f7
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ jobs:
|
||||||
build-gradle-project:
|
build-gradle-project:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: install prerequisits
|
||||||
|
run: apt install openjdk-17-jdk
|
||||||
- name: Checkout project sources
|
- name: Checkout project sources
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Setup Gradle
|
- name: Setup Gradle
|
||||||
|
|
Loading…
Reference in a new issue