diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 081ed30c..50ccd114 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,6 +57,7 @@ jobs: apt install -y python3-colcon-metadata python3-pip rosdep update --rosdistro $ROS_DISTRO rosdep install -y --from-paths src --ignore-src -y + apt install -y ros-${ROS_DISTRO}-rmw-fastrtps-cpp - uses: actions/download-artifact@v1 with: @@ -193,6 +194,7 @@ jobs: - name: Dependencies run: | apt update + apt upgrade -y # Workaround. Remove when https://discourse.ros.org/t/preparing-for-rolling-sync-delayed-by-python-3-10-transition/24521 solved apt install -y python3.9-dev # Install last version of CMake diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index bd98a67a..01a15963 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -524,9 +524,12 @@ jobs: - name: dependencies run: | apt update + # Workaround. Remove when https://discourse.ros.org/t/preparing-for-rolling-sync-delayed-by-python-3-10-transition/24521 solved + apt install -y python3.9-dev apt install -y python3-colcon-metadata python3-pip rosdep update --rosdistro $ROS_DISTRO rosdep install -y --from-paths src --ignore-src -y + apt install -y ros-${ROS_DISTRO}-rmw-fastrtps-cpp - uses: actions/download-artifact@v1 with: