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 54
54
- name : Build rclnodejs
55
55
shell : cmd
56
56
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"
58
58
npm i
59
59
60
60
# On the windows/foxy combination the Eclipse CycloneDDS RMW implementation is used to workaround
63
63
shell : cmd
64
64
run : |
65
65
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"
67
67
cmd /c "if ${{ needs.identify-ros-distro.outputs.distro }}==foxy (set RMW_IMPLEMENTATION=rmw_cyclonedds_cpp&&npm test)"
68
68
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