Update .forgejo/workflows/action.yml
This commit is contained in:
parent
9c1842d4f7
commit
3018918bff
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: install prerequisits
|
- name: install prerequisits
|
||||||
run: apt install openjdk-17-jdk
|
run: apt update
|
||||||
|
run: apt upgrade
|
||||||
|
run: apt install openjdk17-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