Skip to content

Commit 51cf601

Browse files
authored
Switch action-ros-ci to 0.2.0. (#210)
* Switch action-ros-ci to 0.2.0. I think this should fix the failing action-ros-ci CI tests. Signed-off-by: Chris Lalancette <[email protected]> * More fixes. Signed-off-by: Chris Lalancette <[email protected]> * More fixes. Signed-off-by: Chris Lalancette <[email protected]>
1 parent 54cbf22 commit 51cf601

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/basic-build-ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@ on:
66

77
jobs:
88
build-foxy:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-20.04
1010
strategy:
1111
fail-fast: false
1212
container:
1313
image: rostooling/setup-ros-docker:ubuntu-focal-ros-foxy-ros-base-testing-latest
1414
steps:
1515
- name: Fix Bugs in ros-tooling/action-ros-ci
16-
run: sudo chown -R rosbuild:rosbuild "$HOME" .
16+
run: sudo apt update
1717
- name: Run Tests
18-
uses: ros-tooling/action-ros-ci@0.0.17
18+
uses: ros-tooling/action-ros-ci@0.2.0
1919
with:
2020
package-name: |
2121
joy
2222
joy_linux
2323
sdl2_vendor
24+
spacenav
2425
wiimote
2526
wiimote_msgs
26-
source-ros-binary-installation: foxy
27-
vcs-repo-file-url: ""
27+
target-ros2-distro: foxy
2828
- name: Upload logs
2929
uses: actions/upload-artifact@v1
3030
with:

0 commit comments

Comments
 (0)