From 4a5430c467fc262eb708dbec67752c113d3a355b Mon Sep 17 00:00:00 2001 From: matlabbe Date: Sun, 2 Jun 2024 10:55:19 -0700 Subject: [PATCH] CI typo --- .github/workflows/ros2.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ros2.yml b/.github/workflows/ros2.yml index 2ae5dce3e..b1a33bb0f 100644 --- a/.github/workflows/ros2.yml +++ b/.github/workflows/ros2.yml @@ -17,7 +17,7 @@ jobs: # well on Windows or Mac. You can convert this to a matrix build if you need # cross-platform coverage. # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix - name: Build on ros2 ${{ matrix.ros_distro }} on ubuntu ${{ matrix.ubuntu_distro }} + name: Build ros2 ${{ matrix.ros_distro }} on ubuntu ${{ matrix.ubuntu_distro }} runs-on: ubuntu-latest strategy: matrix: @@ -31,7 +31,7 @@ jobs: ubuntu_distro: 'noble' fail-fast: false container: - image: rostooling/setup-ros-docker:ubuntu-${{ matrix.ubuntu_distro }}-ros-${{ matrix.docker_image }}-desktop-latest + image: rostooling/setup-ros-docker:ubuntu-${{ matrix.ubuntu_distro }}-ros-${{ matrix.ros_distro }}-desktop-latest steps: - uses: actions/checkout@v4 - uses: ros-tooling/setup-ros@v0.7