File tree Expand file tree Collapse file tree
livekit-ffi-node-bindings Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 required : false
2828 type : boolean
2929 default : false
30- workflow_call :
31- inputs :
32- dry_run :
33- description : " Dry run: build artifacts but skip release upload/publish."
34- required : false
35- type : boolean
36- default : false
3730
3831env :
3932 CARGO_TERM_COLOR : always
Original file line number Diff line number Diff line change 3535 env :
3636 CARGO_REGISTRY_TOKEN : ${{ secrets.CARGO_TOKEN }}
3737
38- call-ffi :
39- name : Call FFI Builds
40- if : (github.head_ref == 'knope/release' && github.event.pull_request.merged == true) || github.event_name == 'workflow_dispatch'
41- uses : ./.github/workflows/ffi-builds.yml
42- with :
43- dry_run : ${{ inputs.dry_run || false }}
44-
4538 call-node-ffi :
4639 name : Call Node FFI Builds
4740 if : (github.head_ref == 'knope/release' && github.event.pull_request.merged == true) || github.event_name == 'workflow_dispatch'
Original file line number Diff line number Diff line change 99 "type" : " commonjs" ,
1010 "repository" : {
1111 "type" : " git" ,
12- "url" : " https://github.com/livekit/node -sdks.git" ,
13- "directory" : " packages/livekit-rtc "
12+ "url" : " https://github.com/livekit/rust -sdks.git" ,
13+ "directory" : " packages/livekit-ffi-node-bindings "
1414 },
1515 "files" : [
1616 " index.js" ,
Original file line number Diff line number Diff line change 11[package ]
22name = " livekit-wakeword"
33version = " 0.1.1"
4+ description = " ONNX-based wake word detection for LiveKit"
45edition.workspace = true
56repository.workspace = true
67license.workspace = true
You can’t perform that action at this time.
0 commit comments