I'm trying to build with clang using this action here for usb_cam but I dont think its working.
From the ROS 2 docs it looks like we just need to set the CC / CXX env vars to clang and (maybe?) set the --cmake-force-configure flag for colcon build to get it to build with clang...but im not sure if this action is respecting those variables or not.
Any tips/tricks here would be great 🙏🏼