Skip to content

Commit

Permalink
test shared libs with colcon
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Jan 22, 2024
1 parent 99b11ac commit 5724814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/colcon-workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
strategy:
matrix:
ros_distribution: [humble]
cmake_shared_libs: ['OFF']
cmake_shared_libs: ['ON', 'OFF']

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5724814

Please sign in to comment.