Skip to content

Commit bc96206

Browse files
committed
Add debug print
1 parent 162f8ab commit bc96206

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cache: false # Disable caching to avoid issues with large pytorch packages
3737

3838
- name: Build
39-
run: pixi run build --parallel-workers 1
39+
run: pixi run build
4040

4141
- name: Test
4242
run: pixi run test --parallel-workers 1

src/bitbots_msgs/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ if(NOT CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE)
66
set(CMAKE_BUILD_TYPE RelWithDebug)
77
endif()
88

9+
message(STATUS "CMAKE_PREFIX_PATH = ${CMAKE_PREFIX_PATH}")
10+
911
find_package(ament_cmake REQUIRED)
1012
find_package(rosidl_default_generators REQUIRED)
1113
find_package(action_msgs REQUIRED)

0 commit comments

Comments
 (0)