From d2636a9b13a0a441ab1c3aafd94975ae422eea8f Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sat, 19 Oct 2024 13:29:40 -0400 Subject: [PATCH] workflow: woops --- scripts/helpers/misc.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/helpers/misc.sh b/scripts/helpers/misc.sh index 29c927f..febfa2d 100644 --- a/scripts/helpers/misc.sh +++ b/scripts/helpers/misc.sh @@ -65,6 +65,8 @@ update_git_repo() { echo "Cloning repo from $url to $path" git clone "$url" "$path" + chmod +x "$build_command" + echo "Building $url" pushd "$path" > /dev/null eval "$build_command"