chore: update names in action.yml

Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
moonleay 2023-09-17 13:22:34 +02:00
parent d789b5ee64
commit 55fafa29c5

View file

@ -7,9 +7,9 @@ jobs:
build-gradle-project:
runs-on: ubuntu-latest
steps:
- name: apt 1
- name: apt update
run: apt update
- name: apt 2
- name: apt upgrade
run: apt upgrade -y
- name: install prerequisits
run: apt install openjdk-17-jdk ca-certificates-java ssl-cert openssl ca-certificates -y