Skip to content

Commit

Permalink
Merge pull request #7319 from QwikDev/fix-insights
Browse files Browse the repository at this point in the history
fix(ci): download bindings
  • Loading branch information
wmertens authored Feb 6, 2025
2 parents 970d41f + c96b5de commit f742594
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/binding-platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export async function copyPlatformBindingWasm(config: BuildConfig) {
// now check if we already have this package in the cache
const cachedPath = join(cacheDir, realPackageName);
if (!existsSync(cachedPath)) {
ensureDir(cacheDir);
// download the package
console.log(`🦉 downloading CI build from ${url}`);
const pkgRsp = await fetch(url);
Expand Down

0 comments on commit f742594

Please sign in to comment.