Skip to content

Commit

Permalink
Fix format workflow, Humble and Rolling source builds (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyar authored Nov 26, 2022
1 parent 2a1f74e commit b876d9b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: 3.9.7
python-version: 3.9
- name: Install system hooks
run: sudo apt install -qq clang-format-12 cppcheck
- uses: pre-commit/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions ros2_control.humble.repos
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ repositories:
ros-controls/realtime_tools:
type: git
url: https://github.com/ros-controls/realtime_tools.git
version: foxy-devel
version: master
ros-controls/control_msgs:
type: git
url: https://github.com/ros-controls/control_msgs.git
version: galactic-devel
version: humble
4 changes: 2 additions & 2 deletions ros2_control.rolling.repos
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ repositories:
ros-controls/realtime_tools:
type: git
url: https://github.com/ros-controls/realtime_tools.git
version: foxy-devel
version: master
ros-controls/control_msgs:
type: git
url: https://github.com/ros-controls/control_msgs.git
version: galactic-devel
version: master

0 comments on commit b876d9b

Please sign in to comment.