From d8a1c1d3a337f761ef017cb8f1ed9dc7042c1e0d Mon Sep 17 00:00:00 2001 From: Nikolay Kostyurin Date: Sat, 10 Feb 2024 19:52:22 +0200 Subject: [PATCH] fix: pnpm install --- .github/workflows/publish.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 60a6d37..1936e09 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,6 +24,12 @@ jobs: with: node-version: 20 + - name: Install PNPM + uses: pnpm/action-setup@v2 + with: + version: 8 + run_install: false + - name: install Rust stable uses: dtolnay/rust-toolchain@stable @@ -34,7 +40,7 @@ jobs: sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf - name: install frontend dependencies - run: yarn install # change this to npm or pnpm depending on which one you use + run: pnpm install # change this to npm or pnpm depending on which one you use - uses: tauri-apps/tauri-action@v0 env: