File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -44,25 +44,23 @@ jobs:
4444
4545 - name : Install ROS2 Rolling (Conditional)
4646 if : ${{ needs.identify-ros-distro.outputs.distro == 'rolling' }}
47- shell : bash
47+ shell : powershell
4848 run : |
4949 wget --quiet https://ci.ros2.org/view/packaging/job/packaging_windows/lastSuccessfulBuild/artifact/ws/ros2-package-windows-AMD64.zip -O rolling.zip
5050 7z x rolling.zip -y -o/c/dev/rolling
5151
5252 - uses : actions/checkout@v4
5353
5454 - name : Build rclnodejs
55- shell : cmd
55+ shell : powershell
5656 run : |
5757 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
6161 # an error when loading the default fastrtps ddl
6262 - name : Test rclnodejs
63- shell : cmd
63+ shell : powershell
6464 run : |
65- pixi shell
6665 call "c:\dev\${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\local_setup.bat"
67- cmd /c "if ${{ needs.identify-ros-distro.outputs.distro }}==foxy (set RMW_IMPLEMENTATION=rmw_cyclonedds_cpp&&npm test)"
68- cmd /c "if NOT ${{ needs.identify-ros-distro.outputs.distro }}==foxy (npm test)"
66+ npm test
You can’t perform that action at this time.
0 commit comments