mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-23 21:25:02 +00:00
debug: Find where NAPI-RS outputs .node files
This commit is contained in:
parent
602e4fe70d
commit
2dfceb84bb
1 changed files with 8 additions and 0 deletions
8
.github/workflows/build-native.yml
vendored
8
.github/workflows/build-native.yml
vendored
|
|
@ -77,6 +77,14 @@ jobs:
|
|||
env:
|
||||
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
|
||||
|
||||
- name: Find built .node files (debug)
|
||||
run: |
|
||||
echo "=== Searching entire workspace for .node files ==="
|
||||
find . -name "*.node" -type f 2>/dev/null || true
|
||||
echo "=== Checking npm/packages/core ==="
|
||||
ls -la npm/packages/core/*.node 2>/dev/null || echo "No .node in npm/packages/core/"
|
||||
ls -R npm/packages/core | grep "\.node" || echo "No .node files found"
|
||||
|
||||
- name: Copy binary to platform package
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue