Skip to content

Commit

Permalink
ci debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenZephyr committed Feb 21, 2025
1 parent df0bd45 commit c27f3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-action-ros.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Dependencies
run: sudo apt install -y libeigen3-dev pkg-config
- name: Install Ouroboros
run: cd ${{ github.workspace }}/catkin_ws/src/ouroboros_repo && pwd && pip install .
run: pwd && ls && cd ${{ github.workspace }}/catkin_ws/src/ouroboros_repo && pwd && pip install .

- name: Install ROS packages with rosdep
run: |
Expand Down

0 comments on commit c27f3c7

Please sign in to comment.