a
Push to main / Reset-Version-Tag (push) Successful in 6s

This commit is contained in:
2026-05-18 15:07:26 -06:00
parent c6289c5d00
commit 771561bb7d
+1 -1
View File
@@ -10,7 +10,7 @@ const packageJsonUrls = [];
// Get system utils // Get system utils
execSync("apt update", { encoding: "utf8" }); execSync("apt update", { encoding: "utf8" });
execSync("apt install -y pipx", { 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 // create base lib dir
mkdirSync(libName); mkdirSync(libName);