From 169402f10671c4bd726c457d925bc8a83731396a Mon Sep 17 00:00:00 2001 From: root Date: Tue, 17 Sep 2024 14:21:48 +0200 Subject: [PATCH] add dhcp servers --- .gitea/workflows/gitea-actions-sonarqube.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/gitea-actions-sonarqube.yml b/.gitea/workflows/gitea-actions-sonarqube.yml index 83647ea..0c47287 100644 --- a/.gitea/workflows/gitea-actions-sonarqube.yml +++ b/.gitea/workflows/gitea-actions-sonarqube.yml @@ -33,7 +33,7 @@ jobs: name: SonarQube Trigger runs-on: openjdk24 steps: - - apt install nodejs + - run: apt install nodejs - name: Checking out uses: actions/checkout@v4 with: