Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gloryhry authored Dec 22, 2023
1 parent 9e830bc commit 44191ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
sudo rosdep init
rosdep update
mkdir -p ~/catkin_ws/src
cp $GITHUB_WORKSPACE ~/catkin_ws/src/hik_camera_driver
cp -r $GITHUB_WORKSPACE ~/catkin_ws/src/hik_camera_driver
cd ~/catkin_ws
rosdep install --from-paths src --ignore-src -r -s # do a dry-run first
rosdep install --from-paths src --ignore-src -r -y
Expand Down

0 comments on commit 44191ab

Please sign in to comment.