chore: instead of cd to nodecar, switch working directory

This commit is contained in:
zhom
2025-05-29 11:30:24 +04:00
parent 2ff93c8010
commit 433743b250
3 changed files with 6 additions and 7 deletions
+3 -4
View File
@@ -56,14 +56,13 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Install nodecar dependencies
run: |
cd nodecar
pnpm install --frozen-lockfile
working-directory: ./nodecar
run: pnpm install --frozen-lockfile
- name: Build nodecar binary
shell: bash
working-directory: ./nodecar
run: |
cd nodecar
if [[ "${{ matrix.os }}" == "ubuntu-latest" ]]; then
pnpm run build:linux-x64
elif [[ "${{ matrix.os }}" == "macos-latest" ]]; then