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' node-version: '20'
- name: Enable Corepack + Install pnpm - name: Enable Corepack + Install pnpm
working-directory: BillNote_frontend
run: | run: |
corepack enable corepack enable
cd BillNote_frontend/ pnpm install --frozen-lockfile
pnpm install
# 设置 Rust 环境 # 设置 Rust 环境
- name: Set up Rust - name: Set up Rust