We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cd9d00 commit fccf563Copy full SHA for fccf563
.github/workflows/BuildAndRun.yaml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Setup new ros2 apt source
45
run: |
46
- sudo apt install curl
+ sudo apt-get update && sudo apt-get install curl
47
export ROS_APT_SOURCE_VERSION=$(curl -s https://api.github.com/repos/ros-infrastructure/ros-apt-source/releases/latest | grep -F "tag_name" | awk -F\" '{print $4}')
48
curl -L -o /tmp/ros2-apt-source.deb "https://github.com/ros-infrastructure/ros-apt-source/releases/download/${ROS_APT_SOURCE_VERSION}/ros2-apt-source_${ROS_APT_SOURCE_VERSION}.$(. /etc/os-release && echo $VERSION_CODENAME)_all.deb"
49
sudo apt install /tmp/ros2-apt-source.deb
0 commit comments