chore: update names in action.yml
Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
parent
1cdcef209b
commit
9e1a06bdd5
1 changed files with 3 additions and 3 deletions
|
@ -6,10 +6,10 @@ on:
|
|||
jobs:
|
||||
build-gradle-project:
|
||||
runs-on: ubuntu-latest
|
||||
- steps:
|
||||
- name: apt update
|
||||
steps:
|
||||
- name: apt update
|
||||
run: apt update
|
||||
- name: apt upgrade
|
||||
- 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
|
||||
|
|
Loading…
Reference in a new issue