Skip to content

Commit 7af2fa5

Browse files
committed
Set rmw_fastrtps_cpp as default
1 parent 8d7ca63 commit 7af2fa5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
- name: Build rclnodejs
6363
shell: cmd
6464
run: |
65+
set RMW_IMPLEMENTATION=rmw_fastrtps_cpp
6566
call "c:\dev\${{ matrix.ros_distribution }}\ros2-windows\setup.bat"
6667
npm i
6768
@@ -70,5 +71,5 @@ jobs:
7071
- name: Test rclnodejs
7172
shell: cmd
7273
run: |
74+
set RMW_IMPLEMENTATION=rmw_fastrtps_cpp
7375
call "c:\dev\${{ matrix.ros_distribution }}\ros2-windows\setup.bat"
74-
cmd /c "if NOT ${{ matrix.ros_distribution }}==rolling if NOT ${{ matrix.ros_distribution }}==kilted (npm test)"

0 commit comments

Comments
 (0)