File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5454 - name : Build rclnodejs
5555 shell : cmd
5656 run : |
57- call "c:\dev\${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\setup .bat"
57+ call "c:\dev\${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\local_setup .bat"
5858 npm i
5959
6060 # On the windows/foxy combination the Eclipse CycloneDDS RMW implementation is used to workaround
6363 shell : cmd
6464 run : |
6565 pixi shell
66- call "c:\dev\${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\setup .bat"
66+ call "c:\dev\${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\local_setup .bat"
6767 cmd /c "if ${{ needs.identify-ros-distro.outputs.distro }}==foxy (set RMW_IMPLEMENTATION=rmw_cyclonedds_cpp&&npm test)"
6868 cmd /c "if NOT ${{ needs.identify-ros-distro.outputs.distro }}==foxy (npm test)"
You can’t perform that action at this time.
0 commit comments