From 576223e506d1adcc2bb2073f66dd9e17ad31e354 Mon Sep 17 00:00:00 2001 From: HalfSweet Date: Thu, 18 Jan 2024 08:42:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BD=BF=E7=94=A8pnpm=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c1a131b..f1704af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -139,7 +139,7 @@ jobs: apt-get install -y libwebkit2gtk-4.0-dev build-essential wget libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev # cargo install tauri-cli # Install frontend dependencies - npm install + pnpm install # Build the application pnpm tauri build