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:
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
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
2525
2626 - name : Configure environment and install Conan release
2727 run : |
@@ -44,10 +44,10 @@ jobs:
4444 - name : Checkout repository
4545 uses : actions/checkout@v3
4646
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
5151
5252 - name : Configure environment and install Conan from develop2 branch
5353 run : |
You can’t perform that action at this time.
0 commit comments