From f9c335b5a7c699d0245ea33e188304438a42e1ab Mon Sep 17 00:00:00 2001 From: staffadmin Date: Sun, 19 Nov 2023 14:39:34 +0100 Subject: [PATCH] azaz --- .gitea/workflows/build_ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build_ci.yml b/.gitea/workflows/build_ci.yml index a719c2e..ede6f8b 100644 --- a/.gitea/workflows/build_ci.yml +++ b/.gitea/workflows/build_ci.yml @@ -20,9 +20,10 @@ jobs: - name: Print version and repository run: echo "Runner working on repository ${{ gitea.repository }} and on tag ${{ gitea.ref_name }}" - - name: Install nodejs for github action + - name: Install nodejs and dnsutils (dig)for github action run: | - apt-get -y install node + apt-get update + apt-get -y install nodejs dnsutils - name: Git clone private repo uses: actions/checkout@v4