Skip to content

Commit

Permalink
🔨 Attempted fix for failing ci.sh once again again.
Browse files Browse the repository at this point in the history
Signed-off-by: Bey Hao Yun <beyhy94@gmail.com>
  • Loading branch information
cardboardcode committed May 30, 2024
1 parent 079b8d2 commit d605302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
sudo apt-get update
sudo apt-get install -y lcov curl
sudo apt-get install -y python3-pip
pip3 install colcon-common-extensions
pip3 install colcon-lcov-result
sudo apt-get install -y python3-colcon-common-extensions
sudo apt-get install -y python3-colcon-lcov-result

# Install ROS 2 dependencies
rosdep update
Expand Down

0 comments on commit d605302

Please sign in to comment.