Skip to content

Commit b2b74b3

Browse files
authored
Add comment and format BuildAndRun.yaml
1 parent fccf563 commit b2b74b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/BuildAndRun.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
rosdistro: [humble]
3636
runs_on: [ubuntu-22.04, ubuntu-22.04-arm]
3737
cmake_build_type: [RelWithDebInfo, Release] # Debug build type is currently unavailable. @TODO Fix problem and add Debug build.
38-
steps:
38+
steps:
39+
# workaround until the fix release in the official ros image
3940
- name: Delete old ros2 apt source
4041
run: |
4142
rm /etc/apt/sources.list.d/ros2-latest.list

0 commit comments

Comments
 (0)