Skip to content

Commit 8475cc6

Browse files
committed
WIP fix ros workflow
1 parent 239b6dd commit 8475cc6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ros-tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)