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 authored Mar 23, 2024
1 parent ae827b2 commit 44460db
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: |
sudo DEBIAN_FRONTEND=noninteractive sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
echo 12 | 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 install -y 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 44460db

Please sign in to comment.