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:
44
44
45
45
- name : Install ROS2 Rolling (Conditional)
46
46
if : ${{ needs.identify-ros-distro.outputs.distro == 'rolling' }}
47
- shell : powershell
47
+ shell : bash
48
48
run : |
49
49
wget --quiet https://ci.ros2.org/view/packaging/job/packaging_windows/lastSuccessfulBuild/artifact/ws/ros2-package-windows-AMD64.zip -O rolling.zip
50
50
7z x rolling.zip -y -o/c/dev/rolling
51
51
52
52
- uses : actions/checkout@v4
53
53
54
54
- name : Build rclnodejs
55
- shell : powershell
55
+ shell : cmd
56
56
run : |
57
57
call "c:\dev\${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\local_setup.bat"
58
58
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"
66
59
npm test
You can’t perform that action at this time.
0 commit comments