Bump CI actions versions (#136)
* Includes necessary fix to using rosdep
This commit is contained in:
parent
e261555c39
commit
5505d69a37
1 changed files with 2 additions and 2 deletions
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue