mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-24 22:15:18 +00:00
fix(ci): Skip optional dependencies in native build
The optional dependencies reference platform packages that don't exist yet (chicken-and-egg problem during initial build). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
e83ea6db3c
commit
a78ef9cc40
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-native.yml
vendored
2
.github/workflows/build-native.yml
vendored
|
|
@ -82,7 +82,7 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
working-directory: npm/packages/core
|
||||
run: npm install --ignore-scripts
|
||||
run: npm install --ignore-scripts --omit=optional
|
||||
|
||||
- name: Build native module
|
||||
working-directory: npm/packages/core
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue