From ce482cb049d0d7dfdc206766f28c03f40f925b80 Mon Sep 17 00:00:00 2001 From: zhexuany Date: Sat, 10 Aug 2024 20:51:46 +0800 Subject: [PATCH] add foxy back add foxy back 2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1330029..264dca2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: strategy: fail-fast: false matrix: - ros_distribution: [melodic, noetic, humble, iron, rolling] + ros_distribution: [melodic, noetic, foxy, humble, iron, rolling] name: Test (ROS ${{ matrix.ros_distribution }}) runs-on: ubuntu-latest