From 1f0a6b6c1021b79c821c74dd20662e59286b2f6f Mon Sep 17 00:00:00 2001 From: test Date: Sun, 18 May 2025 12:18:19 +0800 Subject: [PATCH] update --- .workflow/fetch.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.workflow/fetch.yml b/.workflow/fetch.yml index 3c7a3f7..8df6761 100644 --- a/.workflow/fetch.yml +++ b/.workflow/fetch.yml @@ -21,8 +21,7 @@ stages: - '# 设置NPM源,提升安装速度' - npm config set registry https://registry.npmmirror.com - '# 执行编译命令' - - npm i - - node fetchURLByWasm.js + - npm install && node fetchURLByWasm.js strategy: retry: '0' timeout: 4