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:
45
45
wget --quiet https://ci.ros2.org/view/packaging/job/packaging_windows/lastSuccessfulBuild/artifact/ws/ros2-package-windows-AMD64.zip -O rolling.zip
46
46
7z x rolling.zip -y -o/c/dev/rolling
47
47
48
- - name : Prebuild - Setup VS Dev Environment
49
- uses : seanmiddleditch/gha-setup-vsdevenv@v4
50
-
51
48
- uses : actions/checkout@v4
52
49
53
50
- name : Build rclnodejs
54
51
shell : cmd
55
52
run : |
56
53
call "c:\dev\${{ matrix.ros_distribution }}\ros2-windows\setup.bat"
57
- cmd /c "set RMW_IMPLEMENTATION=rmw_fastrtps_cpp&& npm i"
54
+ npm i
58
55
59
56
# On the windows/foxy combination the Eclipse CycloneDDS RMW implementation is used to workaround
60
57
# an error when loading the default fastrtps ddl
61
58
- name : Test rclnodejs
62
59
shell : cmd
63
60
run : |
64
61
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