mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
fix(napi): set explicit target flag for x86_64 CI template (#2077)
This commit is contained in:
parent
09582c480f
commit
ebc1e2ca18
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user