diff --git a/.github/workflows/ROS2.yml b/.github/workflows/ROS2.yml index 5eea209..cd1de5a 100644 --- a/.github/workflows/ROS2.yml +++ b/.github/workflows/ROS2.yml @@ -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 diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 7718cc0..9bf7a74 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -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