From a6d24e7fad6077a44d343f0935ac0dbdc195d798 Mon Sep 17 00:00:00 2001 From: Felix Pojtinger Date: Fri, 7 Jan 2022 21:40:20 +0100 Subject: [PATCH] build: Add `make` dependency to Hydrunfile --- Hydrunfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hydrunfile b/Hydrunfile index ec2ec48..ed51a6d 100755 --- a/Hydrunfile +++ b/Hydrunfile @@ -4,7 +4,7 @@ set -e # Install native dependencies apt update -apt install -y curl +apt install -y curl make # Go if [ "$1" = "go" ]; then