mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-24 22:15:18 +00:00
debug: Add file listing step to find where NAPI-RS outputs .node files
This commit is contained in:
parent
302ecb96a4
commit
c66641e52f
1 changed files with 7 additions and 0 deletions
7
.github/workflows/build-native.yml
vendored
7
.github/workflows/build-native.yml
vendored
|
|
@ -77,6 +77,13 @@ jobs:
|
|||
env:
|
||||
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER: aarch64-linux-gnu-gcc
|
||||
|
||||
- name: List built files (debug)
|
||||
working-directory: npm/packages/core
|
||||
run: |
|
||||
echo "=== Looking for .node files ==="
|
||||
find . -name "*.node" -type f || true
|
||||
ls -R . | grep -E "\.node$" || true
|
||||
|
||||
- name: Test native module (native platform only)
|
||||
if: |
|
||||
(matrix.settings.platform == 'linux-x64-gnu' && runner.os == 'Linux') ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue