forked from DiscordBots/lilJudd
Update .forgejo/workflows/action.yml
This commit is contained in:
parent
c638021326
commit
9305118f4a
1 changed files with 3 additions and 1 deletions
|
@ -9,8 +9,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: apt 1
|
- name: apt 1
|
||||||
run: apt update
|
run: apt update
|
||||||
|
- name: apt 2
|
||||||
|
run: apt upgrade -y
|
||||||
- name: install prerequisits
|
- name: install prerequisits
|
||||||
run: apt install openjdk-17-jdk
|
run: apt install openjdk-17-jdk -y
|
||||||
- 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