ci: install java
Some checks failed
Test if Server can be built / build-server (push) Failing after 11s

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

View file

@ -16,5 +16,6 @@ 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 install --yes openjdk-11-jre
chmod +x ./build.sh
./build.sh --verbose --root .