From 6e0ccd4cc6b438e1a7692b3d8d3cf3a748bae034 Mon Sep 17 00:00:00 2001 From: Ben Allfree Date: Sun, 30 Nov 2025 20:00:52 -0800 Subject: [PATCH] chore: add installation of wrangler to GitHub Actions workflow for enhanced build process --- .github/workflows/custom_build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/custom_build.yml b/.github/workflows/custom_build.yml index 1d280dd..4ba6591 100644 --- a/.github/workflows/custom_build.yml +++ b/.github/workflows/custom_build.yml @@ -110,6 +110,9 @@ jobs: run: | source /tmp/update_status.sh + update_status installing_wrangler + npm install -g wrangler + update_status installing_pip python -m pip install --upgrade pip