Skip to content

Commit cdfc45d

Browse files
committed
Merge branch 'main' into pgi/wasm
2 parents b516bd2 + 550c119 commit cdfc45d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ros-tests.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ 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
25+
2126
- name: Configure environment and install Conan release
2227
run: |
2328
apt-get update && apt-get install -y python3 python3-pip
@@ -39,6 +44,11 @@ jobs:
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

0 commit comments

Comments
 (0)