From 81d782933fad5a20c48b5aeb36c46b01003feeec Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 5 Mar 2026 19:50:37 +0000 Subject: [PATCH] fix: add ensure_dependencies build-essential in update_script Co-authored-by: MickLesk <47820557+MickLesk@users.noreply.github.com> --- ct/fluid-calendar.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/fluid-calendar.sh b/ct/fluid-calendar.sh index 47bf479f0..3b8a89c65 100644 --- a/ct/fluid-calendar.sh +++ b/ct/fluid-calendar.sh @@ -29,6 +29,7 @@ function update_script() { exit fi + ensure_dependencies build-essential NODE_VERSION="24" setup_nodejs if check_for_gh_release "fluid-calendar" "dotnetfactory/fluid-calendar"; then