Update .forgejo/workflows/action.yml
Some checks reported warnings
Build Gradle project / build-gradle-project (push) Has been cancelled
Some checks reported warnings
Build Gradle project / build-gradle-project (push) Has been cancelled
This commit is contained in:
parent
937541cf61
commit
c638021326
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ jobs:
|
||||||
- name: apt 1
|
- name: apt 1
|
||||||
run: apt update
|
run: apt update
|
||||||
- name: install prerequisits
|
- name: install prerequisits
|
||||||
run: apt install openjdk17-jdk
|
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