From 572481494c70e0fc377e2b668efafa31c73f3301 Mon Sep 17 00:00:00 2001 From: Christian Rauch Date: Mon, 22 Jan 2024 08:27:16 +0100 Subject: [PATCH] test shared libs with colcon --- .github/workflows/colcon-workspace.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/colcon-workspace.yml b/.github/workflows/colcon-workspace.yml index ca37f4b3..c9f6d56f 100644 --- a/.github/workflows/colcon-workspace.yml +++ b/.github/workflows/colcon-workspace.yml @@ -62,7 +62,7 @@ jobs: strategy: matrix: ros_distribution: [noetic, humble] - cmake_shared_libs: ['OFF'] + cmake_shared_libs: ['ON', 'OFF'] include: - ros_distribution: noetic ros_version: 1 @@ -103,7 +103,7 @@ jobs: strategy: matrix: ros_distribution: [humble] - cmake_shared_libs: ['OFF'] + cmake_shared_libs: ['ON', 'OFF'] steps: - uses: actions/checkout@v4