Skip to content

Commit

Permalink
Merge pull request #31 from Lemonnnnnnnnnnn/master
Browse files Browse the repository at this point in the history
feat: adjust ci/cd strategy
  • Loading branch information
Lemonnnnnnnnnnn authored Apr 30, 2024
2 parents 1664bed + cd30441 commit 04aff4b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ 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:
Expand All @@ -53,7 +57,7 @@ jobs:

- name: install frontend dependencies
# If you don't have `beforeBuildCommand` configured you may want to build your frontend here too.
run: pnpm install --no-frozen-lockfile # 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:
Expand Down

0 comments on commit 04aff4b

Please sign in to comment.