From 361cdf73b2161c3da90bffeefe66a45bd81a47c8 Mon Sep 17 00:00:00 2001 From: Mike Roberts <2947595+m-roberts@users.noreply.github.com> Date: Mon, 26 Oct 2020 19:34:53 +0000 Subject: [PATCH] Install equivs for mk-build-deps --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 5bc915d..02905ad 100644 --- a/main.js +++ b/main.js @@ -109,7 +109,7 @@ async function main() { await exec.exec("docker", [ "exec", container, - "apt-get", "install", "--no-install-recommends", "-y", "dpkg-dev", "debhelper", "devscripts" + "apt-get", "install", "--no-install-recommends", "-y", "dpkg-dev", "debhelper", "devscripts", "equivs" ]) core.endGroup()