Skip to content

Commit

Permalink
Merge pull request #17 from davidchalifoux/main
Browse files Browse the repository at this point in the history
Fix pnpm
  • Loading branch information
davidchalifoux authored Apr 11, 2024
2 parents 571af1a + 36c4fd3 commit 9196cb5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-to-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,15 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: "pnpm"

- name: setup pnpm
uses: pnpm/action-setup@v3
with:
version: 8
run_install: false

- name: install frontend dependencies
run: pnpm install

- name: install Rust stable
uses: dtolnay/rust-toolchain@stable
Expand All @@ -56,9 +59,6 @@ jobs:
with:
workspaces: "./src-tauri -> target"

- name: install frontend dependencies
run: pnpm install

- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 9196cb5

Please sign in to comment.