CI: update build infra

This commit is contained in:
SukkaW
2023-11-16 12:50:36 +08:00
parent d1cd4918f1
commit 4be3626580
3 changed files with 32 additions and 28 deletions

View File

@@ -108,6 +108,8 @@ const endWorker = async <T>(worker: WithWorker<T>) => {
]);
printStats(stats);
} catch (e) {
console.error(e)
} finally {
await endWorker(buildInternalReverseChnCIDRWorker)
}