From 771561bb7d2478cc88eaef6bd6c9193ebc0e9ccf Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Mon, 18 May 2026 15:07:26 -0600 Subject: [PATCH] a --- action.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.js b/action.js index 09df795..1938f1f 100644 --- a/action.js +++ b/action.js @@ -10,7 +10,7 @@ const packageJsonUrls = []; // Get system utils execSync("apt update", { encoding: "utf8" }); execSync("apt install -y pipx", { encoding: "utf8" }); -execSync("pipx install mpy-cross", { encoding: "utf8" }); +execSync("pipx install mpy-cross-v6.3", { encoding: "utf8" }); // create base lib dir mkdirSync(libName);