Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/asan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ jobs:
rmf_task
rmf_task_sequence
mixin: asan
repos-branch-override: lyrical
# The current version of rmf_task requires a newer version of
# nlohmann_json_schema_validator which is not available in the rmf.repos
# files of the older distros.
repos-branch-override: main
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ jobs:
packages: |
rmf_task
rmf_task_sequence
repos-branch-override: lyrical
# The current version of rmf_task requires a newer version of
# nlohmann_json_schema_validator which is not available in the rmf.repos
# files of the older distros.
repos-branch-override: main
5 changes: 4 additions & 1 deletion .github/workflows/tsan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ jobs:
rmf_task
rmf_task_sequence
mixin: tsan
repos-branch-override: lyrical
# The current version of rmf_task requires a newer version of
# nlohmann_json_schema_validator which is not available in the rmf.repos
# files of the older distros.
repos-branch-override: main
Loading