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 @@ -54,21 +54,18 @@ jobs:
54
54
wget --quiet https://ci.ros2.org/view/packaging/job/packaging_windows/lastSuccessfulBuild/artifact/ws/ros2-package-windows-AMD64.zip -O rolling.zip
55
55
7z x rolling.zip -y -o/c/dev/rolling
56
56
57
- - name : Prebuild - Setup VS Dev Environment
58
- uses : seanmiddleditch/gha-setup-vsdevenv@v4
59
-
60
57
- uses : actions/checkout@v4
61
58
62
59
- name : Build rclnodejs
63
60
shell : cmd
64
61
run : |
65
62
call "c:\dev\${{ matrix.ros_distribution }}\ros2-windows\setup.bat"
66
- cmd /c "set RMW_IMPLEMENTATION=rmw_fastrtps_cpp&& npm i"
63
+ npm i
67
64
68
65
# On the windows/foxy combination the Eclipse CycloneDDS RMW implementation is used to workaround
69
66
# an error when loading the default fastrtps ddl
70
67
- name : Test rclnodejs
71
68
shell : cmd
72
69
run : |
73
70
call "c:\dev\${{ matrix.ros_distribution }}\ros2-windows\setup.bat"
74
- cmd /c "set RMW_IMPLEMENTATION=rmw_fastrtps_cpp& &npm test"
71
+ cmd /c "set RMW_IMPLEMENTATION=rmw_fastrtps_cpp & &npm test"
You can’t perform that action at this time.
0 commit comments