mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-24 18:50:56 +08:00
ci(workflow): 更新依赖安装命令以跳过构建步骤
This commit is contained in:
parent
4e5b2ac800
commit
ca7c0a17b7
2
.github/workflows/auto-i18n.yml
vendored
2
.github/workflows/auto-i18n.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
- name: 📦 Install only required dependencies
|
||||
run: |
|
||||
yarn config set nodeLinker node-modules
|
||||
yarn add --no-lockfile openai cli-progress tsx
|
||||
yarn add --mode=skip-build openai cli-progress tsx
|
||||
|
||||
- name: 🏃♀️ Translate
|
||||
run: yarn run tsx scripts/update-i18n.ts
|
||||
|
||||
Loading…
Reference in New Issue
Block a user