diff --git a/Jenkinsfile.ios b/Jenkinsfile.ios index 56b1810d..ef298a36 100644 --- a/Jenkinsfile.ios +++ b/Jenkinsfile.ios @@ -26,8 +26,8 @@ pipeline { } stage('安装依赖') { steps { - echo "✅ 从清华源安装缺失的 uts 二进制包" - sh "npm install @dcloudio/uts-linux-x64-gnu --force --registry=https://registry.npmmirror.com" +// echo "✅ 从清华源安装缺失的 uts 二进制包" +// sh "npm install @dcloudio/uts-linux-x64-gnu --force --registry=https://registry.npmmirror.com" echo "✅ 安装 UniApp 依赖(忽略平台+开权限+强制)" sh "npm install --force --unsafe-perm --ignore-platform" }