forked from DiscordBots/lilJudd
Update .forgejo/workflows/action.yml
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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: install prerequisits
|
||||
- name: apt 1
|
||||
run: apt update
|
||||
- name: apt 2
|
||||
run: apt upgrade
|
||||
- name: install prerequisits
|
||||
run: apt install openjdk17-jdk
|
||||
- name: Checkout project sources
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in a new issue