Skip to content

Commit

Permalink
chore: use npm rebuild on armv7 arm64 pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Nov 27, 2023
1 parent d90def6 commit 8c72bd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# Rebuild .node modules for am64
run: |
cd /app
yarn rebuild
npm rebuild
- name: Build for arm64
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package_armv7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# Rebuild .node modules for amv7
run: |
cd /app
yarn rebuild
npm rebuild
- name: Build for armv7
run: |
Expand Down

0 comments on commit 8c72bd5

Please sign in to comment.