We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fccf563 commit b2b74b3Copy full SHA for b2b74b3
.github/workflows/BuildAndRun.yaml
@@ -35,7 +35,8 @@ jobs:
35
rosdistro: [humble]
36
runs_on: [ubuntu-22.04, ubuntu-22.04-arm]
37
cmake_build_type: [RelWithDebInfo, Release] # Debug build type is currently unavailable. @TODO Fix problem and add Debug build.
38
- steps:
+ steps:
39
+# workaround until the fix release in the official ros image
40
- name: Delete old ros2 apt source
41
run: |
42
rm /etc/apt/sources.list.d/ros2-latest.list
0 commit comments