Skip to content

Commit 122d58d

Browse files
committed
在 ARM 工作流中添加前端依赖安装步骤
- 在 GitHub Actions ARM 工作流中新增 `pnpm install` 命令 - 确保前端依赖在构建前正确安装 - 完善 ARM 构建流程的依赖管理
1 parent e416980 commit 122d58d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/arm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
node-version: 20
4545
cache: pnpm
4646

47+
- name: Install frontend dependencies
48+
run: pnpm install
49+
4750
- name: 'Setup for linux' # 设置 Linux 环境
4851
run: |-
4952
sudo ls -lR /etc/apt/

0 commit comments

Comments
 (0)