Skip to content

Commit

Permalink
Updates ros-tooling verison to avoid error with dependency. (#55)
Browse files Browse the repository at this point in the history
Signed-off-by: Agustin Alba Chicar <ag.albachicar@gmail.com>
  • Loading branch information
agalbachicar authored Dec 6, 2023
1 parent dee1a51 commit 60d1e36
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
image: ubuntu:20.04
steps:
- uses: actions/checkout@v3
- uses: ros-tooling/setup-ros@v0.3
- uses: ros-tooling/setup-ros@v0.6
- uses: ros-tooling/action-ros-ci@v0.2
id: action_ros_ci_step
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
path: ${{ env.ROS_WS }}/src/${{ env.PACKAGE_NAME }}
# use setup-ros action to get vcs, rosdep, and colcon
- uses: ros-tooling/setup-ros@v0.3
- uses: ros-tooling/setup-ros@v0.6
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
- name: clang 8 install
Expand All @@ -60,7 +60,7 @@ jobs:
shell: bash
working-directory: ${{ env.ROS_WS }}
run: |
rosdep update;
rosdep update --include-eol-distros;
rosdep install -i -y --rosdistro ${ROS_DISTRO} --from-paths src
- name: colcon build
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scan_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
path: ${{ env.ROS_WS }}/src/${{ env.PACKAGE_NAME }}
# use setup-ros action to get vcs, rosdep, and colcon
- uses: ros-tooling/setup-ros@v0.3
- uses: ros-tooling/setup-ros@v0.6
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
- name: clang 8 install
Expand All @@ -47,7 +47,7 @@ jobs:
shell: bash
working-directory: ${{ env.ROS_WS }}
run: |
rosdep update
rosdep update --include-eol-distros;
rosdep install -i -y --rosdistro ${ROS_DISTRO} --from-paths src
- name: colcon build up-to
shell: bash
Expand Down

0 comments on commit 60d1e36

Please sign in to comment.