Skip to content

Commit

Permalink
[CI] ROS 2 change directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthou committed Jun 26, 2024
1 parent 5771603 commit ca6427e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ROS2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
cmake --version
cd $GITHUB_WORKSPACE
mkdir -p ros2_ws/src/mementar
cd ros2_ws/src
cd $GITHUB_WORKSPACE/ros2_ws/src
git clone https://github.com/sarthou/ontologenius.git
cd ros2_ws
cd $GITHUB_WORKSPACE/ros2_ws
colcon build --symlink-install
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
cmake --version
cd $GITHUB_WORKSPACE
mkdir -p ros2_ws/src/mementar
cd ros2_ws/src
cd $GITHUB_WORKSPACE/ros2_ws/src
git clone https://github.com/sarthou/ontologenius.git
cd ros2_ws
cd $GITHUB_WORKSPACE/ros2_ws
colcon build --symlink-install
- name: Checkout
Expand Down

0 comments on commit ca6427e

Please sign in to comment.