Skip to content

Commit

Permalink
Add backup apt sources (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu committed Apr 2, 2020
1 parent 754c7db commit 3b8d2e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b8d2e8

Please sign in to comment.