From ca65c042b2423bc5ec4528e21ede1706cd10ba56 Mon Sep 17 00:00:00 2001 From: Brendan Allan Date: Mon, 27 Jan 2025 11:58:21 +0800 Subject: [PATCH] fix setup in ci --- scripts/setup.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/setup.js b/scripts/setup.js index 65f0e192..d4a9db25 100644 --- a/scripts/setup.js +++ b/scripts/setup.js @@ -59,6 +59,7 @@ async function main() { }); // alternative to specifying dylibs as linker args + await fs.mkdir(`${targetDir}/debug`, { recursive: true }); for (const name of await fs.readdir(`${nativeDepsDir}/lib`)) { await fs.copyFile( `${nativeDepsDir}/lib/${name}`,