Skip to content

Bug in windows workflow #877

@wayneparrott

Description

@wayneparrott

The following line is goofed and causes all windows builds to fail as ${{ needs.identify-ros-distro.outputs.distro }} is undefined on windows:

call "c:\dev\${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\setup.bat"

The corrected line should read:

call "c:\dev\${{ matrix.ros_distribution }}\ros2-windows\setup.bat"

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions