Always install build-deps, don't ask for user input

This commit is contained in:
2025-06-09 11:44:48 -05:00
parent 6c0578e466
commit 41277146a0

View File

@@ -44,7 +44,7 @@ jobs:
run: git checkout deb
working-directory: ./gt-tool
- name: Install build-deps
run: apt-get build-dep .
run: apt-get build-dep -y .
working-directory: ./gt-tool
- name: Build the package
run: gbp buildpackage