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 8d7ca63 commit 7af2fa5Copy full SHA for 7af2fa5
.github/workflows/windows-build-and-test.yml
@@ -62,6 +62,7 @@ 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
@@ -70,5 +71,5 @@ jobs:
70
71
- name: Test rclnodejs
72
73
74
75
- cmd /c "if NOT ${{ matrix.ros_distribution }}==rolling if NOT ${{ matrix.ros_distribution }}==kilted (npm test)"
0 commit comments