Skip to content

Commit

Permalink
Run dnf check-update (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Feb 24, 2024
1 parent 7134983 commit d9401a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable-rhel-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
if [[ -n "${{ inputs.upstream_workspace }}" ]]; then
vcs import src < ${{ env.path }}/${{ inputs.upstream_workspace }}
fi
rosdep update
dnf check-update
rosdep update --rosdistro ${{ inputs.ros_distro }}
rosdep install -iyr --from-path src || true
- id: package_list_action
uses: ros-controls/ros2_control_ci/.github/actions/set-package-list@master
Expand Down

0 comments on commit d9401a7

Please sign in to comment.