This commit is contained in:
2023-11-19 14:39:34 +01:00
parent c6c04ea72c
commit f9c335b5a7

View File

@@ -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