Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
makotoyoshigoe committed Aug 19, 2024
1 parent 1fba06a commit 469950a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
- name: Build Test
run: |
mkdir ../catkin_ws/src -p
cd ../catkin_ws/src
git clone https://github.com/makotoyoshigoe/wall_tracking_action.git
cd /
git clone https://github.com/makotoyoshigoe/wall_tracking_action.git ../catkin_ws/src/wall_tracking_action
cp -r ./* ../catkin_ws/src
cd ../catkin_ws
rosdep update
Expand Down

0 comments on commit 469950a

Please sign in to comment.