Skip to content

Commit

Permalink
fix(gui): better-sqlite compiled with different node version
Browse files Browse the repository at this point in the history
  • Loading branch information
bambanah committed Oct 21, 2024
1 parent ff95145 commit f607077
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/early-bulldogs-punch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"deemix-gui": minor
---

Fix error with better-sqlite package not being found
5 changes: 3 additions & 2 deletions .github/workflows/build-release-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
node-version: 20
cache: pnpm

- run: pnpm install --frozen-lockfile
- run: pnpm --filter=deemix-gui exec pnpm electron-rebuild

- name: Set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -51,8 +54,6 @@ jobs:
- name: Set PYTHON env var
run: echo "PYTHON=$(which python)" >> $GITHUB_ENV

- run: pnpm install --frozen-lockfile

- run: pnpm make

- name: Upload Artifacts
Expand Down

0 comments on commit f607077

Please sign in to comment.