Skip to content

Commit

Permalink
remove vcs directive
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoignonec committed Oct 17, 2023
1 parent f03f2a4 commit 6781e4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
cd /ros # structure = <...>/ros/src/ft_tools_ros2/<...>
. /opt/ros/humble/setup.sh
vcs import src < src/ft_tools_ros2/ft_tools_ros2.repos
# vcs import src < src/ft_tools_ros2/ft_tools_ros2.repos
rosdep install --ignore-src --from-paths . -y -r
colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release --symlink-install
Expand All @@ -47,7 +47,7 @@ jobs:
run: |
cd /ros
. /opt/ros/humble/setup.sh
vcs import src < src/ft_tools_ros2/ft_tools_ros2.repos
# vcs import src < src/ft_tools_ros2/ft_tools_ros2.repos
rosdep install --ignore-src --from-paths . -y -r
colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release --symlink-install
colcon test
Expand Down

0 comments on commit 6781e4b

Please sign in to comment.