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

This commit is contained in:
root
2024-09-17 14:27:58 +02:00
parent 152d6cdd79
commit 80857d6248

View File

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