From c688e3431d9adc771bfad12ee4b76089d048c0bd Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 20 Sep 2020 15:55:25 +0200 Subject: [PATCH] Fix debian builds --- .circleci/config.yml | 1 + .github/workflows/ccpp.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 324b1ad14..cabeab346 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -234,6 +234,7 @@ commands: command: > apt-get update && apt-get install -y build-essential + dh-make ssh git make diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 5615f6023..2921db956 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -706,6 +706,7 @@ jobs: run: > apt-get update && apt-get install -y build-essential + dh-make ssh git make @@ -762,6 +763,7 @@ jobs: run: > apt-get update && apt-get install -y build-essential + dh-make ssh git make