fix: fixed ci pipeline
This commit is contained in:
parent
02b29da5fd
commit
46ee799760
1 changed files with 1 additions and 3 deletions
|
@ -5,12 +5,10 @@ on:
|
|||
|
||||
jobs:
|
||||
build-gradle-project:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: apt update
|
||||
run: apt update
|
||||
- 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
|
||||
- name: Checkout project sources
|
||||
|
|
Loading…
Reference in a new issue