mirror of
https://github.com/notherealmarco/coredns-deployment.git
synced 2025-03-14 14:16:16 +01:00
Update build-debian.yml
Some checks failed
Build Debian package / build-and-push-image (push) Failing after 14s
Some checks failed
Build Debian package / build-and-push-image (push) Failing after 14s
This commit is contained in:
parent
19a06573ef
commit
674719fdb7
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Checkout repository
|
||||
run: apt-get update && apt-get install build-essentials
|
||||
run: apt-get update && apt-get install build-essential
|
||||
|
||||
- name: Build Debian package
|
||||
run: dpkg-buildpackage -us -uc -b --target-arch amd64
|
||||
|
|
Loading…
Reference in a new issue