From 933e7a7731726ef66ec9409a79dd76d6dc65e6b7 Mon Sep 17 00:00:00 2001 From: Felicitas 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