Skip to content

Commit

Permalink
[CI] Fix source build (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Feb 2, 2024
1 parent 58b2bfe commit 78f1410
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-source_rollling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
uses: ./.github/workflows/reusable-ros-tooling-source-build.yml
with:
ros_distro: rolling
ref: master
ref: ros2-master
ros2_repo_branch: rolling
2 changes: 1 addition & 1 deletion .github/workflows/humble-rhel-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
path: src/control_toolbox
- name: Install dependencies
run: |
rosdep update
rosdep update --rosdistro $ROS_DISTRO
rosdep install -iyr --from-path src/control_toolbox || true
- name: Build and test
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iron-rhel-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
path: src/control_toolbox
- name: Install dependencies
run: |
rosdep update
rosdep update --rosdistro $ROS_DISTRO
rosdep install -iyr --from-path src/control_toolbox || true
- name: Build and test
# source also underlay workspace with generate_parameter_library on rhel9
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rolling-rhel-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
path: src/control_toolbox
- name: Install dependencies
run: |
rosdep update
rosdep update --rosdistro $ROS_DISTRO
rosdep install -iyr --from-path src/control_toolbox || true
- name: Build and test
# source also underlay workspace with generate_parameter_library on rhel9
Expand Down

0 comments on commit 78f1410

Please sign in to comment.