From a459d2865910df2eb586ff9b1a98c7f590020886 Mon Sep 17 00:00:00 2001 From: Dan Rose <119948+rotu@users.noreply.github.com> Date: Tue, 12 May 2020 14:30:52 -0500 Subject: [PATCH] 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 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b731dbe..f51baf2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -19,7 +19,7 @@ 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.20 + uses: ros-tooling/setup-ros@master - name: Build and test ROS uses: ros-tooling/action-ros-ci@0.0.16 with: