From 7c4a3030a30d2e57b8034f9a78f601194cd8548e Mon Sep 17 00:00:00 2001 From: Leonid Fedorov Date: Sun, 25 May 2025 19:38:14 +0000 Subject: [PATCH] chore(build): install deps as separate step for build-packages --- build/bootstrap_mcs.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build/bootstrap_mcs.sh b/build/bootstrap_mcs.sh index cc570a57b..a7846c933 100755 --- a/build/bootstrap_mcs.sh +++ b/build/bootstrap_mcs.sh @@ -506,7 +506,6 @@ build_package() { echo "Building a package for $OS" echo "Build command: $command" - # eval "$prereq" eval "$command" check_errorcode