Skip to content

Commit

Permalink
feat: adjust ci/cd strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemonnnnnnnnnnn committed Apr 30, 2024
1 parent cd30441 commit 2268aa7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,16 @@ 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
with:
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:
Expand Down

0 comments on commit 2268aa7

Please sign in to comment.