add dhcp servers
Some checks failed
Build / SonarQube Trigger (push) Failing after 1m10s

This commit is contained in:
root
2024-09-17 14:31:14 +02:00
parent 80857d6248
commit e8a2383eb7

View File

@@ -35,6 +35,8 @@ jobs:
steps:
- run: apt update
- run: apt install nodejs openjdk-21-jdk -y
- run: java --version
- run: update-alternatives --config java
- name: Checking out
uses: actions/checkout@v4
with: