Skip to content

Commit

Permalink
Updates to Windows CI
Browse files Browse the repository at this point in the history
- Pin version of pip
  -  See actions/runner-images#5027
- Target Windows 2019

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
  • Loading branch information
jacobperron committed Feb 7, 2022
1 parent 0c87135 commit bdb8107
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
fail-fast: false
matrix:
rosdistro: [foxy]
os: [ubuntu-20.04, windows-latest]
os: [ubuntu-20.04, windows-2019]
runs-on: ${{ matrix.os }}
steps:
- if: runner.os == 'Windows'
Expand All @@ -18,6 +18,9 @@ jobs:
- 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
- if: runner.os == 'Windows'
name: Pin pip
run: python -m pip install -U pip==21.3.1
- name: Acquire ROS dependencies
uses: ros-tooling/setup-ros@v0.2
with:
Expand Down

0 comments on commit bdb8107

Please sign in to comment.