Update main.yml

This commit is contained in:
Jianwu Huang
2025-06-19 17:17:41 +08:00
committed by GitHub
parent 3afc0c1166
commit abbda6848a

View File

@@ -39,10 +39,10 @@ jobs:
node-version: '20'
- name: Enable Corepack + Install pnpm
working-directory: BillNote_frontend
run: |
corepack enable
cd BillNote_frontend/
pnpm install
pnpm install --frozen-lockfile
# 设置 Rust 环境
- name: Set up Rust