Skip to content

Commit

Permalink
fix(napi): set explicit target flag for x86_64 CI template (#2077)
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed May 6, 2024
1 parent 09582c4 commit ebc1e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/api/templates/ci-template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
settings:
- host: macos-latest
target: 'x86_64-apple-darwin'
build: ${packageManager} build --platform
build: ${packageManager} build --platform --target x86_64-apple-darwin
- host: windows-latest
build: ${packageManager} build --platform
target: 'x86_64-pc-windows-msvc'
Expand Down

0 comments on commit ebc1e2c

Please sign in to comment.