Skip to content

Commit 4ff254c

Browse files
committed
Address comment
1 parent 979e975 commit 4ff254c

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
@@ -53,7 +53,6 @@ jobs:
5353
- name: Build rclnodejs
5454
shell: cmd
5555
run: |
56-
set RMW_IMPLEMENTATION=rmw_fastrtps_cpp
5756
call "c:\dev\${{ matrix.ros_distribution }}\ros2-windows\setup.bat"
5857
npm i
5958
@@ -62,6 +61,6 @@ jobs:
6261
- name: Test rclnodejs
6362
shell: cmd
6463
run: |
65-
set RMW_IMPLEMENTATION=rmw_fastrtps_cpp
64+
set RMW_IMPLEMENTATION=rmw_cyclonedds_cpp
6665
call "c:\dev\${{ matrix.ros_distribution }}\ros2-windows\setup.bat"
6766
npm test

0 commit comments

Comments
 (0)