chore: don't try to install nodecar dependencies

This commit is contained in:
zhom
2025-07-04 02:44:46 +04:00
parent 76bcb73b39
commit 29603076f7
4 changed files with 0 additions and 20 deletions
-5
View File
@@ -135,11 +135,6 @@ jobs:
- name: Install frontend dependencies
run: pnpm install --frozen-lockfile
- name: Install nodecar dependencies
working-directory: ./nodecar
run: |
pnpm install --frozen-lockfile
- name: Build nodecar sidecar
shell: bash
working-directory: ./nodecar