ci: install java
All checks were successful
Test if Server can be built / build-server (push) Successful in 1m17s
All checks were successful
Test if Server can be built / build-server (push) Successful in 1m17s
This commit is contained in:
parent
baf3efa180
commit
72c2454fab
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ jobs:
|
|||
export SONAR_HOST_URL=${{secrets.SONAR_HOST_URL}}
|
||||
export IS_LOCAL_BUILD=${{secrets.IS_LOCAL_BUILD}}
|
||||
export SUPPORTS_DOCKER=${{secrets.SUPPORTS_DOCKER}}
|
||||
apt-get update
|
||||
apt-get install --yes openjdk-11-jre
|
||||
chmod +x ./build.sh
|
||||
./build.sh --verbose --root .
|
||||
|
|
Loading…
Reference in a new issue