Update build-debian.yml
Some checks failed
Build Debian package / build-and-push-image (push) Failing after 13s

This commit is contained in:
Marco Realacci 2024-05-15 21:16:58 +02:00 committed by GitHub
parent 01a3e50f70
commit 19a06573ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Checkout repository
run: apt-get update && apt-get install build-essentials
- name: Build Debian package
run: dpkg-buildpackage -us -uc -b --target-arch amd64