chore: update names in action.yml
Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
parent
d789b5ee64
commit
55fafa29c5
1 changed files with 4 additions and 4 deletions
|
@ -7,9 +7,9 @@ jobs:
|
||||||
build-gradle-project:
|
build-gradle-project:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: apt 1
|
- name: apt update
|
||||||
run: apt update
|
run: apt update
|
||||||
- name: apt 2
|
- name: apt upgrade
|
||||||
run: apt upgrade -y
|
run: apt upgrade -y
|
||||||
- name: install prerequisits
|
- name: install prerequisits
|
||||||
run: apt install openjdk-17-jdk ca-certificates-java ssl-cert openssl ca-certificates -y
|
run: apt install openjdk-17-jdk ca-certificates-java ssl-cert openssl ca-certificates -y
|
||||||
|
|
Loading…
Reference in a new issue