Skip to content

Commit e6495c7

Browse files
committed
Fix file path separator for Windows
Signed-off-by: Jacob Perron <[email protected]>
1 parent 56640df commit e6495c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
package-name: rosidl_generator_java rcljava_common rcljava
3737
vcs-repo-file-url: |
3838
https://raw.githubusercontent.com/ros2/ros2/dashing/ros2.repos
39-
"${{ github.workspace }}/ros2_java_desktop.repos"
39+
"${{ github.workspace }}\ros2_java_desktop.repos"

0 commit comments

Comments
 (0)