add dhcp servers
Some checks failed
Build / SonarQube Trigger (push) Failing after 8s

This commit is contained in:
root
2024-09-17 14:27:36 +02:00
parent a13aae8466
commit 152d6cdd79

View File

@@ -33,7 +33,8 @@ jobs:
name: SonarQube Trigger
runs-on: ubuntu-latest
steps:
- run: apt install openjdk-21-jdk
- run: apt update
- run: apt install nodeje openjdk-21-jdk -y
- name: Checking out
uses: actions/checkout@v4
with: