Skip to content

Commit

Permalink
Bump CI actions versions (#136)
Browse files Browse the repository at this point in the history
* Includes necessary fix to using rosdep
  • Loading branch information
rotu authored Apr 7, 2020
1 parent e261555 commit 5505d69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
# azure ubuntu repo can be flaky so add an alternate source
run: sed -e 's/azure.archive.ubuntu.com/us.archive.ubuntu.com/g' -e t -e d /etc/apt/sources.list | sudo tee /etc/apt/sources.list.d/nonazure.list
- name: Acquire ROS dependencies
uses: ros-tooling/setup-ros@0.0.15
uses: ros-tooling/setup-ros@0.0.17
- name: Build and test ROS
uses: ros-tooling/action-ros-ci@0.0.14
uses: ros-tooling/action-ros-ci@0.0.15
with:
package-name: rmw_cyclonedds_cpp
vcs-repo-file-url: https://raw.githubusercontent.com/ros2/ros2/${{ matrix.rosdistro }}/ros2.repos

0 comments on commit 5505d69

Please sign in to comment.