File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
- name : Checkout repository
19
19
uses : actions/checkout@v3
20
20
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
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
25
26
26
- name : Configure environment and install Conan release
27
27
run : |
@@ -44,10 +44,10 @@ jobs:
44
44
- name : Checkout repository
45
45
uses : actions/checkout@v3
46
46
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
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
51
52
52
- name : Configure environment and install Conan from develop2 branch
53
53
run : |
You can’t perform that action at this time.
0 commit comments