Add backup apt sources (#134)

This commit is contained in:
Dan Rose 2020-04-02 09:30:28 -05:00 committed by GitHub
parent 754c7db7fb
commit 3b8d2e8ef7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,9 @@ jobs:
os: windows-latest
runs-on: ${{ matrix.os }}
steps:
- if: runner.os == 'Linux'
# 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
- name: Build and test ROS