Skip to content

Commit

Permalink
set work dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Jan 12, 2024
1 parent 4be854b commit 0acb708
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/cross-compile-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ runs:
- name: Configure
shell: bash
run: cmake --preset=cross .
working-directory: ot3-firmware
1 change: 1 addition & 0 deletions .github/actions/host-compile-setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ runs:
- name: Configure
shell: bash
run: cmake --preset=host-gcc10 .
working-directory: ot3-firmware
2 changes: 1 addition & 1 deletion .github/workflows/gripper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ env:
defaults:
run:
shell: bash
working-directory: main
working-directory: ot3-firmware

jobs:
cross-compile-check:
Expand Down

0 comments on commit 0acb708

Please sign in to comment.