From 12960348c03f7cebbcf324ab18c0bf8c6ce7b7ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Mon, 13 Mar 2023 17:09:17 +0800 Subject: [PATCH] =?UTF-8?q?enhance(actions):=E8=B0=83=E6=95=B4Action?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E4=BE=9D=E8=B5=96=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d6310e7..4e270b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,6 +59,9 @@ jobs: run: | sudo apt-get update sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf + - uses: pnpm/action-setup@v2 + with: + version: 7.19.1 - name: install frontend dependencies run: pnpm install # change this to npm or pnpm depending on which one you use - uses: tauri-apps/tauri-action@v0