From 9c2cf2cdfee891e0cdd41ec5bc8bd7af4e46606c Mon Sep 17 00:00:00 2001 From: "Satadru Pramanik, DO, MPH, MEng" Date: Fri, 19 Sep 2025 14:42:56 -0400 Subject: [PATCH] Adjust GitHub Action crew invocation in workflow. (#12859) Signed-off-by: Satadru Pramanik --- .github/workflows/Container-Package-Updater.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Container-Package-Updater.yml b/.github/workflows/Container-Package-Updater.yml index a9f76cfc8..9b1510006 100644 --- a/.github/workflows/Container-Package-Updater.yml +++ b/.github/workflows/Container-Package-Updater.yml @@ -37,8 +37,8 @@ jobs: id: pip-update-checks run: | set -x - pwd - ls -aFl + # Make crew do automatic gem installs before looking for deps. + ruby bin/crew version export PACKAGES="$(ruby bin/crew deps core buildessential | sort -u)" # shellcheck disable=SC2116 gh workflow -R chromebrew/chromebrew run Updater-on-Demand.yml -f version_cmd_input="$(echo ${PACKAGES})"