We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d46bd69 commit 2ba9782Copy full SHA for 2ba9782
.github/workflows/windows-build-and-test.yml
@@ -62,7 +62,6 @@ jobs:
62
- name: Build rclnodejs
63
shell: cmd
64
run: |
65
- set RMW_IMPLEMENTATION=rmw_fastrtps_cpp
66
call "c:\dev\${{ matrix.ros_distribution }}\ros2-windows\setup.bat"
67
npm i
68
@@ -71,6 +70,6 @@ jobs:
71
70
- name: Test rclnodejs
72
73
74
+ set RMW_IMPLEMENTATION=rmw_cyclonedds_cpp
75
76
npm test
0 commit comments