Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
invm committed Feb 26, 2024
1 parent 59719ed commit 3742c4e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,12 @@ jobs:
workspaces: './src-tauri -> target'
key: ${{ github.ref_name }}

- name: install frontend dependencies
run: yarn install # change this to npm or pnpm depending on which one you use
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8

- run: pnpm install --frozen-lockfile

# If tagName and releaseId are omitted tauri-action will only build the app and won't try to upload any asstes.
- uses: tauri-apps/tauri-action@v0
Expand Down

0 comments on commit 3742c4e

Please sign in to comment.