mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-23 04:52:02 -08:00
fix: wrong mac arch
This commit is contained in:
parent
3b1198d257
commit
da42ca1370
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -82,7 +82,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: pnpm install
|
||||
- name: Rebuild native modules for Electron
|
||||
run: pnpm exec electron-rebuild -f -w better-sqlite3,nsfw
|
||||
run: pnpm exec electron-rebuild -f -w better-sqlite3,nsfw --arch=${{ matrix.arch }}
|
||||
- name: Remove windows only deps
|
||||
if: matrix.platform != 'win'
|
||||
run: pnpm remove registry-js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue