From 797af081aee5d09c4c1fc098e2b414af7ab4eb04 Mon Sep 17 00:00:00 2001 From: war-in Date: Fri, 19 Jan 2024 15:30:43 +0100 Subject: [PATCH] build --- dist/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 14e3857..3b94530 100644 --- a/dist/index.js +++ b/dist/index.js @@ -29930,6 +29930,7 @@ function getOsPlatform() { + async function downloadStarknetFoundry(repo, version) { const triplet = getOsTriplet(); const tag = versionWithPrefix(version); @@ -29964,8 +29965,6 @@ async function findStarknetFoundryDir(extractedPath) { } async function downloadUniversalSierraCompiler() { - const exec = __nccwpck_require__(1514); - const scriptUrl = "https://raw.githubusercontent.com/software-mansion/universal-sierra-compiler/master/scripts/install.sh";