Skip to content

Commit

Permalink
ci: try fixing prebuilt binary downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
DjDeveloperr committed Jun 8, 2023
1 parent 1f56c03 commit ee41ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_skia.ts
Expand Up @@ -52,7 +52,7 @@ if (Deno.env.get("SKIA_FROM_SOURCE") !== "1") {
"unzip",
"-o",
"-d",
"out/Release",
"../",
new URL(`../skia/out/Release/prebuilt.zip`, import.meta.url).pathname,
);
console.log(`Downloaded prebuilt binaries (${relName}, ${os})`);
Expand Down

0 comments on commit ee41ac3

Please sign in to comment.