From b68f6ffce39e93141c0caa2ab5f4520a4e62478e Mon Sep 17 00:00:00 2001 From: HalfSweet Date: Thu, 18 Jan 2024 00:10:36 +0800 Subject: [PATCH] =?UTF-8?q?add:=20pnpm=E9=9C=80=E8=A6=81install=E4=B8=80?= =?UTF-8?q?=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index db0d9eb..fea5bdf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -60,7 +60,8 @@ jobs: with: node-version: 'lts/*' cache: 'pnpm' # Set this to npm, yarn or pnpm. - + - run: pnpm install + - name: Set up Rust uses: dtolnay/rust-toolchain@stable with: