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

This commit is contained in:
Marco Realacci 2024-05-15 21:35:18 +02:00 committed by GitHub
parent 0d62cd17d3
commit 6dd0b13235
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4
- name: Install dependencies
run: apt-get update && apt-get install build-essential debhelper
run: apt-get update && apt-get install -y build-essential debhelper
- name: Build Debian package
run: dpkg-buildpackage -us -uc -b --target-arch amd64