Skip to content

Commit 2ba9782

Browse files
committed
Address comment
1 parent d46bd69 commit 2ba9782

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/windows-build-and-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ jobs:
6262
- name: Build rclnodejs
6363
shell: cmd
6464
run: |
65-
set RMW_IMPLEMENTATION=rmw_fastrtps_cpp
6665
call "c:\dev\${{ matrix.ros_distribution }}\ros2-windows\setup.bat"
6766
npm i
6867
@@ -71,6 +70,6 @@ jobs:
7170
- name: Test rclnodejs
7271
shell: cmd
7372
run: |
74-
set RMW_IMPLEMENTATION=rmw_fastrtps_cpp
73+
set RMW_IMPLEMENTATION=rmw_cyclonedds_cpp
7574
call "c:\dev\${{ matrix.ros_distribution }}\ros2-windows\setup.bat"
7675
npm test

0 commit comments

Comments
 (0)