Skip to content

Commit c96b5de

Browse files
committed
fix(ci): download bindings
1 parent 970d41f commit c96b5de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/binding-platform.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ export async function copyPlatformBindingWasm(config: BuildConfig) {
8585
// now check if we already have this package in the cache
8686
const cachedPath = join(cacheDir, realPackageName);
8787
if (!existsSync(cachedPath)) {
88+
ensureDir(cacheDir);
8889
// download the package
8990
console.log(`🦉 downloading CI build from ${url}`);
9091
const pkgRsp = await fetch(url);

0 commit comments

Comments
 (0)