mirror of
https://github.com/JefferyHcool/BiliNote.git
synced 2026-05-06 20:42:52 +08:00
Update main.yml
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user