File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 1818 - name : Checkout repository
1919 uses : actions/checkout@v3
2020
21+ - name : Update ROS signing key (per ROS migration guide)
22+ run : |
23+ sudo rm /usr/share/keyrings/ros2-latest-archive-keyring.gpg
24+ sudo curl -sSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -o /usr/share/keyrings/ros2-latest-archive-keyring.gpg
25+
2126 - name : Configure environment and install Conan release
2227 run : |
2328 apt-get update && apt-get install -y python3 python3-pip
3944 - name : Checkout repository
4045 uses : actions/checkout@v3
4146
47+ - name : Update ROS signing key (per ROS migration guide)
48+ run : |
49+ sudo rm /usr/share/keyrings/ros2-latest-archive-keyring.gpg
50+ sudo curl -sSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -o /usr/share/keyrings/ros2-latest-archive-keyring.gpg
51+
4252 - name : Configure environment and install Conan from develop2 branch
4353 run : |
4454 apt-get update && apt-get install -y python3 python3-pip
You can’t perform that action at this time.
0 commit comments