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
3018918bff
commit
81d248bfb7
1 changed files with 3 additions and 1 deletions
|
@ -7,9 +7,11 @@ jobs:
|
||||||
build-gradle-project:
|
build-gradle-project:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: install prerequisits
|
- name: apt 1
|
||||||
run: apt update
|
run: apt update
|
||||||
|
- name: apt 2
|
||||||
run: apt upgrade
|
run: apt upgrade
|
||||||
|
- name: install prerequisits
|
||||||
run: apt install openjdk17-jdk
|
run: apt install openjdk17-jdk
|
||||||
- name: Checkout project sources
|
- name: Checkout project sources
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in a new issue