CI: switch setup-ros to master (#181)

Master has build-fixing changes for compatibility with the GitHub Windows runner since ros-tooling/setup-ros#159
This commit is contained in:
Dan Rose 2020-05-12 14:30:52 -05:00 committed by GitHub
parent 8fafb3ec0a
commit a459d28659
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ jobs:
# azure ubuntu repo can be flaky so add an alternate source # 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 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 - name: Acquire ROS dependencies
uses: ros-tooling/setup-ros@0.0.20 uses: ros-tooling/setup-ros@master
- name: Build and test ROS - name: Build and test ROS
uses: ros-tooling/action-ros-ci@0.0.16 uses: ros-tooling/action-ros-ci@0.0.16
with: with: