ci: install java
All checks were successful
Test if Server can be built / build-server (push) Successful in 1m17s

This commit is contained in:
Timothy Schenk 2023-10-28 15:29:06 +02:00
parent baf3efa180
commit 72c2454fab

View file

@ -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 .