This commit is contained in:
parent
359bff2647
commit
bdebb31281
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ jobs:
|
||||||
runs-on: debian-stable
|
runs-on: debian-stable
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: apt-get update && apt-get install -y knot-dnsutils ssh-client
|
run: apt-get update && apt-get install -y knot-dnsutils ssh-client git
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Build catalog zone
|
- name: Build catalog zone
|
||||||
|
|
Loading…
Reference in a new issue