Skip to content

Commit

Permalink
fix: enable corepack in napi build
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix-ru committed Dec 1, 2024
1 parent 80f13d6 commit a956a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/napi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- host: macos-latest
target: x86_64-apple-darwin
build: |
yarn build
corepack enable && yarn build
strip -x *.node
- host: macos-latest
Expand Down

0 comments on commit a956a1a

Please sign in to comment.