Skip to content

Commit 3bdc61e

Browse files
committed
fix: github pipeline on base src path
1 parent 8af233f commit 3bdc61e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
1515
- uses: actions/checkout@v2
1616
with:
17-
path: src/franka_ros2
17+
path: src
1818

1919
- name: VCS Import Dependencies
20-
working-directory: src/franka_ros2
20+
working-directory: src
2121
run: |
2222
sudo pip install vcstool
2323
vcs import < dependency.repos --recursive

0 commit comments

Comments
 (0)