Skip to content

Commit

Permalink
Remove wstool
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaeyoung-Lim committed Dec 1, 2023
1 parent 86342b2 commit 3b29395
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
cd $HOME/ros2_ws/src
ln -s $GITHUB_WORKSPACE
cd $HOME/ros2_ws
wstool init src src/grid_map_geo/dependencies.rosinstall
wstool update -t src -j4
source /opt/ros/humble/setup.bash
rosdep update
rosdep install --from-paths src --ignore-src -y --rosdistro ${{matrix.config.rosdistro}}
colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release -DCATKIN_ENABLE_TESTING=False --packages-up-to grid_map_geo
Expand Down

0 comments on commit 3b29395

Please sign in to comment.