From d8da936dfbd95e1658fadea502c591125cbfab67 Mon Sep 17 00:00:00 2001 From: Bernd Pfrommer Date: Tue, 26 Mar 2024 03:43:55 -0400 Subject: [PATCH] cover more distros in CI --- .github/workflows/industrial_ci_action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/industrial_ci_action.yml b/.github/workflows/industrial_ci_action.yml index e3636245..ee135e10 100644 --- a/.github/workflows/industrial_ci_action.yml +++ b/.github/workflows/industrial_ci_action.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ROS_DISTRO: [humble] + ROS_DISTRO: [galactic, humble, iron] ROS_REP: [testing, main] env: CCACHE_DIR: "${{ github.workspace }}/.ccache" # directory for ccache (and how we enable ccache in industrial_ci)