From 152d6cdd7967f7f3c6619acec7d669cc83b3dbd8 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 17 Sep 2024 14:27:36 +0200 Subject: [PATCH] add dhcp servers --- .gitea/workflows/gitea-actions-sonarqube.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/gitea-actions-sonarqube.yml b/.gitea/workflows/gitea-actions-sonarqube.yml index b14d39c..13c6c13 100644 --- a/.gitea/workflows/gitea-actions-sonarqube.yml +++ b/.gitea/workflows/gitea-actions-sonarqube.yml @@ -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: