fix(napi): set explicit target flag for x86_64 CI template (#2077)

This commit is contained in:
Huakun Shen 2024-05-06 01:20:21 -04:00 committed by GitHub
parent 09582c480f
commit ebc1e2ca18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'