Skip to content
Snippets Groups Projects
Commit 166049db authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Fix package installation in CI

parent 3d996497
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -77,7 +77,7 @@ def build_package(repo_dir, package_dir, name,
for entry in _get_log_entries():
run_checked(command + [entry])
command = ["apt-get", "build-dep", name]
command = ["apt-get", "build-dep", "-y", name]
run_checked(command)
command = ["debuild", "-b", "-uc", "-us"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment