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