File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -44,23 +44,16 @@ jobs:
4444
4545 - name : Install ROS2 Rolling (Conditional)
4646 if : ${{ needs.identify-ros-distro.outputs.distro == 'rolling' }}
47- shell : powershell
47+ shell : bash
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 : powershell
55+ shell : cmd
5656 run : |
5757 call "c:\dev\${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\local_setup.bat"
5858 npm i
59-
60- # On the windows/foxy combination the Eclipse CycloneDDS RMW implementation is used to workaround
61- # an error when loading the default fastrtps ddl
62- - name : Test rclnodejs
63- shell : powershell
64- run : |
65- call "c:\dev\${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\local_setup.bat"
6659 npm test
You can’t perform that action at this time.
0 commit comments