From 2268aa730754f418c48b19f9b2aef3519e6cd698 Mon Sep 17 00:00:00 2001 From: soul <1041707577@qq.com> Date: Tue, 30 Apr 2024 09:17:09 +0800 Subject: [PATCH] feat: adjust ci/cd strategy --- .github/workflows/release.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c5190e..507d4e8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,6 +33,9 @@ jobs: sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf # webkitgtk 4.0 is for Tauri v1 - webkitgtk 4.1 is for Tauri v2. # You can remove the one that doesn't apply to your app to speed up the workflow a bit. + - uses: pnpm/action-setup@v2 + with: + version: 7.29.3 - name: setup node uses: actions/setup-node@v4 @@ -40,10 +43,6 @@ jobs: node-version: lts/* cache: 'pnpm' # Set this to npm, yarn or pnpm. - - uses: pnpm/action-setup@v2 - with: - version: 7.29.3 - - name: install Rust stable uses: dtolnay/rust-toolchain@stable with: