Skip to content

Commit

Permalink
Update Ubuntu18.04-build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhefan-Xu committed Mar 23, 2024
1 parent 186ac6e commit de8dc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Ubuntu18.04-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
apt-get install -y sudo software-properties-common
- name: Install ROS Melodic
run: |
yes Yes |sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list' && sudo apt-get update && sudo apt-get install -y
sudo apt install curl
curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | sudo apt-key add -
sudo apt update
Expand Down

0 comments on commit de8dc43

Please sign in to comment.