File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -45,21 +45,18 @@ jobs:
4545 wget --quiet https://ci.ros2.org/view/packaging/job/packaging_windows/lastSuccessfulBuild/artifact/ws/ros2-package-windows-AMD64.zip -O rolling.zip
4646 7z x rolling.zip -y -o/c/dev/rolling
4747
48- - name : Prebuild - Setup VS Dev Environment
49- uses : seanmiddleditch/gha-setup-vsdevenv@v4
50-
5148 - uses : actions/checkout@v4
5249
5350 - name : Build rclnodejs
5451 shell : cmd
5552 run : |
5653 call "c:\dev\${{ matrix.ros_distribution }}\ros2-windows\setup.bat"
57- cmd /c "set RMW_IMPLEMENTATION=rmw_fastrtps_cpp&& npm i"
54+ npm i
5855
5956 # On the windows/foxy combination the Eclipse CycloneDDS RMW implementation is used to workaround
6057 # an error when loading the default fastrtps ddl
6158 - name : Test rclnodejs
6259 shell : cmd
6360 run : |
6461 call "c:\dev\${{ matrix.ros_distribution }}\ros2-windows\setup.bat"
65- cmd /c "set RMW_IMPLEMENTATION=rmw_fastrtps_cpp& &npm test"
62+ cmd /c "set RMW_IMPLEMENTATION=rmw_fastrtps_cpp & &npm test"
You can’t perform that action at this time.
0 commit comments