main: install devscripts too

This commit is contained in:
Dawid Dziurla 2020-12-26 17:17:46 +01:00 committed by GitHub
parent 75e45aab50
commit c84039fd8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,7 +116,7 @@ async function main() {
await exec.exec("docker", [ await exec.exec("docker", [
"exec", "exec",
container, container,
"apt-get", "install", "-yq", "-t", imageTag, "dpkg-dev", "debhelper" "apt-get", "install", "-yq", "-t", imageTag, "dpkg-dev", "debhelper", "devscripts"
]) ])
core.endGroup() core.endGroup()